Html Css Color HEX #B965CE Medium Orchid

📋 copy color: '#B965CE'

red 185 ◦ green 101 ◦ blue 206

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

Shades of Medium Orchid #B965CE

Tints of Medium Orchid #B965CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.87%

R = 37.6%
G = 20.53%
B = 41.87%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B965CE (or 0xB965CE) is known color: Medium Orchid. HEX triplet: B9, 65 and CE. RGB value is (185,101,206). Sum of RGB (Red+Green+Blue) = 185+101+206=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 101 (39.84% from 255 or 20.53% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #B965CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B965CE is #469A31. Grayscale: #898989. Windows color (decimal): -4626994 or 13526457. OLE color: 13526457.

HSL color Cylindrical-coordinate representation of color #B965CE: hue angle of 288º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B965CE is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 101 206 -
CMYK 0.10 0.51 0 0.19
HSL 288º 0.52% 0.6% -
HSV(B) 288º 0.51% 0.81% -
XYZ 35.8 24.08 61.15 -
YUV 138.09 166.33 161.46 -
System Red Green Blue C M Y K H S L
Decimal 185 101 206 0.10 0.51 0 0.19 288 0.52 0.6
Hex B9 65 CE A 33 0 13 120 34 3C
Octal 271 145 316 12 63 0 23 440 64 74
Binary 10111001 1100101 11001110 1010 110011 0 10011 100100000 110100 111100

Color Harmonies of #B965CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B965CE

Black with #B965CE

Text Example


Text Example

White with #B965CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B965CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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