Html Css Color HEX #B964CB Medium Orchid

📋 copy color: '#B964CB'

red 185 ◦ green 100 ◦ blue 203

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

Shades of Medium Orchid #B964CB

Tints of Medium Orchid #B964CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.6%

R = 37.91%
G = 20.49%
B = 41.6%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B964CB (or 0xB964CB) is known color: Medium Orchid. HEX triplet: B9, 64 and CB. RGB value is (185,100,203). Sum of RGB (Red+Green+Blue) = 185+100+203=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 100 (39.45% from 255 or 20.49% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #B964CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B964CB is #469B34. Grayscale: #888888. Windows color (decimal): -4627253 or 13329593. OLE color: 13329593.

HSL color Cylindrical-coordinate representation of color #B964CB: hue angle of 289.51º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B964CB is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 100 203 -
CMYK 0.09 0.51 0 0.20
HSL 289.51º 0.5% 0.59% -
HSV(B) 289.51º 0.51% 0.8% -
XYZ 35.34 23.74 59.22 -
YUV 137.16 165.16 162.12 -
System Red Green Blue C M Y K H S L
Decimal 185 100 203 0.09 0.51 0 0.20 289.51 0.5 0.59
Hex B9 64 CB 9 33 0 14 122 32 3B
Octal 271 144 313 11 63 0 24 442 62 73
Binary 10111001 1100100 11001011 1001 110011 0 10100 100100010 110010 111011

Color Harmonies of #B964CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B964CB

Black with #B964CB

Text Example


Text Example

White with #B964CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B964CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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