Html Css Color HEX #B867DF Medium Orchid

📋 copy color: '#B867DF'

red 184 ◦ green 103 ◦ blue 223

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

Shades of Medium Orchid #B867DF

Tints of Medium Orchid #B867DF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.2%

 BLUE value IS 223 (87.5% from 255) = 43.73%

R = 36.08%
G = 20.2%
B = 43.73%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B867DF (or 0xB867DF) is known color: Medium Orchid. HEX triplet: B8, 67 and DF. RGB value is (184,103,223). Sum of RGB (Red+Green+Blue) = 184+103+223=510 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.08% from 510); Green value is 103 (40.62% from 255 or 20.20% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #B867DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B867DF is #479820. Grayscale: #8C8C8C. Windows color (decimal): -4692001 or 14641080. OLE color: 14641080.

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

Color convert

RGB 184 103 223 -
CMYK 0.17 0.54 0 0.13
HSL 280.5º 0.65% 0.64% -
HSV(B) 280.5º 0.54% 0.87% -
XYZ 37.94 25.22 72.68 -
YUV 140.9 174.34 158.74 -
System Red Green Blue C M Y K H S L
Decimal 184 103 223 0.17 0.54 0 0.13 280.5 0.65 0.64
Hex B8 67 DF 11 36 0 D 118 41 40
Octal 270 147 337 21 66 0 15 430 101 100
Binary 10111000 1100111 11011111 10001 110110 0 1101 100011000 1000001 1000000

Color Harmonies of #B867DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B867DF

Black with #B867DF

Text Example


Text Example

White with #B867DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B867DF; }

 p { color: rgb(184,103,223); }

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

background-color css

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

 a { background-color: rgb(184,103,223); }

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

border-color css

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

 span { border-color: rgb(184,103,223); }

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