Html Css Color HEX #B251D0 Medium Orchid

📋 copy color: '#B251D0'

red 178 ◦ green 81 ◦ blue 208

#B251D0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B251D0

Tints of Medium Orchid #B251D0

RGB

 RED value IS 178 (69.92% from 255) = 38.12%

 GREEN value IS 81 (32.03% from 255) = 17.34%

 BLUE value IS 208 (81.64% from 255) = 44.54%

R = 38.12%
G = 17.34%
B = 44.54%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B251D0 (or 0xB251D0) is known color: Medium Orchid. HEX triplet: B2, 51 and D0. RGB value is (178,81,208). Sum of RGB (Red+Green+Blue) = 178+81+208=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #B251D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B251D0 is #4DAE2F. Grayscale: #7C7C7C. Windows color (decimal): -5090864 or 13652402. OLE color: 13652402.

HSL color Cylindrical-coordinate representation of color #B251D0: hue angle of 285.83º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B251D0 is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 81 208 -
CMYK 0.14 0.61 0 0.18
HSL 285.83º 0.57% 0.57% -
HSV(B) 285.83º 0.61% 0.82% -
XYZ 32.69 19.9 61.79 -
YUV 124.48 175.14 166.17 -
System Red Green Blue C M Y K H S L
Decimal 178 81 208 0.14 0.61 0 0.18 285.83 0.57 0.57
Hex B2 51 D0 E 3D 0 12 11E 39 39
Octal 262 121 320 16 75 0 22 436 71 71
Binary 10110010 1010001 11010000 1110 111101 0 10010 100011110 111001 111001

Color Harmonies of #B251D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B251D0

Black with #B251D0

Text Example


Text Example

White with #B251D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B251D0; }

 p { color: rgb(178,81,208); }

 H1.HeaderClassName
 {
   color: #B251D0;
 }
 .AnyTagClassName
 {
   color: #B251D0;
 }
</style>

background-color css

<style>
 a { background-color: #B251D0; }

 a { background-color: rgb(178,81,208); }

 div.DivClassName
 {
   background-color: #B251D0;
 }
 .BgClassName
 {
   background-color: #B251D0;
 }
</style>

border-color css

<style>
 span { border-color: #B251D0; }

 span { border-color: rgb(178,81,208); }

 td.TdClassName
 {
   border-color: #B251D0;
 }
 .TagClassName
 {
   border-color: #B251D0;
 }
</style>