Html Css Color HEX #B965CB Medium Orchid

📋 copy color: '#B965CB'

red 185 ◦ green 101 ◦ blue 203

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

Shades of Medium Orchid #B965CB

Tints of Medium Orchid #B965CB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.65%

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

R = 37.83%
G = 20.65%
B = 41.51%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B965CB (or 0xB965CB) is known color: Medium Orchid. HEX triplet: B9, 65 and CB. RGB value is (185,101,203). Sum of RGB (Red+Green+Blue) = 185+101+203=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 101 (39.84% from 255 or 20.65% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #B965CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B965CB is #469A34. Grayscale: #898989. Windows color (decimal): -4626997 or 13329849. OLE color: 13329849.

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

Color convert

RGB 185 101 203 -
CMYK 0.09 0.50 0 0.20
HSL 289.41º 0.5% 0.6% -
HSV(B) 289.41º 0.5% 0.8% -
XYZ 35.44 23.93 59.25 -
YUV 137.74 164.83 161.71 -
System Red Green Blue C M Y K H S L
Decimal 185 101 203 0.09 0.50 0 0.20 289.41 0.5 0.6
Hex B9 65 CB 9 32 0 14 121 32 3C
Octal 271 145 313 11 62 0 24 441 62 74
Binary 10111001 1100101 11001011 1001 110010 0 10100 100100001 110010 111100

Color Harmonies of #B965CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B965CB

Black with #B965CB

Text Example


Text Example

White with #B965CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B965CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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