Html Css Color HEX #B964DF Medium Orchid

📋 copy color: '#B964DF'

red 185 ◦ green 100 ◦ blue 223

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

Shades of Medium Orchid #B964DF

Tints of Medium Orchid #B964DF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.69%

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

R = 36.42%
G = 19.69%
B = 43.9%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B964DF (or 0xB964DF) is known color: Medium Orchid. HEX triplet: B9, 64 and DF. RGB value is (185,100,223). Sum of RGB (Red+Green+Blue) = 185+100+223=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 100 (39.45% from 255 or 19.69% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #B964DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B964DF is #469B20. Grayscale: #8B8B8B. Windows color (decimal): -4627233 or 14640313. OLE color: 14640313.

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

Color convert

RGB 185 100 223 -
CMYK 0.17 0.55 0 0.13
HSL 281.46º 0.66% 0.63% -
HSV(B) 281.46º 0.55% 0.87% -
XYZ 37.88 24.76 72.59 -
YUV 139.44 175.16 160.5 -
System Red Green Blue C M Y K H S L
Decimal 185 100 223 0.17 0.55 0 0.13 281.46 0.66 0.63
Hex B9 64 DF 11 37 0 D 119 42 3F
Octal 271 144 337 21 67 0 15 431 102 77
Binary 10111001 1100100 11011111 10001 110111 0 1101 100011001 1000010 111111

Color Harmonies of #B964DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B964DF

Black with #B964DF

Text Example


Text Example

White with #B964DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B964DF; }

 p { color: rgb(185,100,223); }

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

background-color css

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

 a { background-color: rgb(185,100,223); }

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

border-color css

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

 span { border-color: rgb(185,100,223); }

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