Html Css Color HEX #B967DE Medium Orchid

📋 copy color: '#B967DE'

red 185 ◦ green 103 ◦ blue 222

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

Shades of Medium Orchid #B967DE

Tints of Medium Orchid #B967DE

RGB

 RED value IS 185 (72.66% from 255) = 36.27%

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

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

R = 36.27%
G = 20.2%
B = 43.53%

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

#B967DE (or 0xB967DE) is known color: Medium Orchid. HEX triplet: B9, 67 and DE. RGB value is (185,103,222). Sum of RGB (Red+Green+Blue) = 185+103+222=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 103 (40.62% from 255 or 20.20% 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 #B967DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B967DE is #469821. Grayscale: #8C8C8C. Windows color (decimal): -4626466 or 14575545. OLE color: 14575545.

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

Color convert

RGB 185 103 222 -
CMYK 0.17 0.54 0 0.13
HSL 281.34º 0.64% 0.64% -
HSV(B) 281.34º 0.54% 0.87% -
XYZ 38.04 25.29 71.98 -
YUV 141.08 173.67 159.32 -
System Red Green Blue C M Y K H S L
Decimal 185 103 222 0.17 0.54 0 0.13 281.34 0.64 0.64
Hex B9 67 DE 11 36 0 D 119 40 40
Octal 271 147 336 21 66 0 15 431 100 100
Binary 10111001 1100111 11011110 10001 110110 0 1101 100011001 1000000 1000000

Color Harmonies of #B967DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B967DE

Black with #B967DE

Text Example


Text Example

White with #B967DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B967DE; }

 p { color: rgb(185,103,222); }

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

background-color css

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

 a { background-color: rgb(185,103,222); }

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

border-color css

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

 span { border-color: rgb(185,103,222); }

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