Html Css Color HEX #B868DE Medium Orchid

📋 copy color: '#B868DE'

red 184 ◦ green 104 ◦ blue 222

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

Shades of Medium Orchid #B868DE

Tints of Medium Orchid #B868DE

RGB

 RED value IS 184 (72.27% from 255) = 36.08%

 GREEN value IS 104 (41.02% from 255) = 20.39%

 BLUE value IS 222 (87.11% from 255) = 43.53%

R = 36.08%
G = 20.39%
B = 43.53%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B868DE (or 0xB868DE) is known color: Medium Orchid. HEX triplet: B8, 68 and DE. RGB value is (184,104,222). Sum of RGB (Red+Green+Blue) = 184+104+222=510 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.08% from 510); Green value is 104 (41.02% from 255 or 20.39% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 222 - color contains mainly: blue. Hex color #B868DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B868DE is #479721. Grayscale: #8C8C8C. Windows color (decimal): -4691746 or 14575800. OLE color: 14575800.

HSL color Cylindrical-coordinate representation of color #B868DE: hue angle of 280.68º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B868DE is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 104 222 -
CMYK 0.17 0.53 0 0.13
HSL 280.68º 0.64% 0.64% -
HSV(B) 280.68º 0.53% 0.87% -
XYZ 37.9 25.36 72.01 -
YUV 141.37 173.5 158.41 -
System Red Green Blue C M Y K H S L
Decimal 184 104 222 0.17 0.53 0 0.13 280.68 0.64 0.64
Hex B8 68 DE 11 35 0 D 119 40 40
Octal 270 150 336 21 65 0 15 431 100 100
Binary 10111000 1101000 11011110 10001 110101 0 1101 100011001 1000000 1000000

Color Harmonies of #B868DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B868DE

Black with #B868DE

Text Example


Text Example

White with #B868DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B868DE; }

 p { color: rgb(184,104,222); }

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

background-color css

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

 a { background-color: rgb(184,104,222); }

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

border-color css

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

 span { border-color: rgb(184,104,222); }

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