Html Css Color HEX #B868DD Medium Orchid

📋 copy color: '#B868DD'

red 184 ◦ green 104 ◦ blue 221

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

Shades of Medium Orchid #B868DD

Tints of Medium Orchid #B868DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.42%

R = 36.15%
G = 20.43%
B = 43.42%

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

#B868DD (or 0xB868DD) is known color: Medium Orchid. HEX triplet: B8, 68 and DD. RGB value is (184,104,221). Sum of RGB (Red+Green+Blue) = 184+104+221=509 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.15% from 509); Green value is 104 (41.02% from 255 or 20.43% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #B868DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B868DD is #479722. Grayscale: #8C8C8C. Windows color (decimal): -4691747 or 14510264. OLE color: 14510264.

HSL color Cylindrical-coordinate representation of color #B868DD: hue angle of 281.03º degrees, saturation: 0.63, 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 #B868DD is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 104 221 -
CMYK 0.17 0.53 0 0.13
HSL 281.03º 0.63% 0.64% -
HSV(B) 281.03º 0.53% 0.87% -
XYZ 37.77 25.31 71.3 -
YUV 141.26 173 158.49 -
System Red Green Blue C M Y K H S L
Decimal 184 104 221 0.17 0.53 0 0.13 281.03 0.63 0.64
Hex B8 68 DD 11 35 0 D 119 3F 40
Octal 270 150 335 21 65 0 15 431 77 100
Binary 10111000 1101000 11011101 10001 110101 0 1101 100011001 111111 1000000

Color Harmonies of #B868DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B868DD

Black with #B868DD

Text Example


Text Example

White with #B868DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B868DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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