Html Css Color HEX #B963CC Medium Orchid

📋 copy color: '#B963CC'

red 185 ◦ green 99 ◦ blue 204

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

Shades of Medium Orchid #B963CC

Tints of Medium Orchid #B963CC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.29%

 BLUE value IS 204 (80.08% from 255) = 41.8%

R = 37.91%
G = 20.29%
B = 41.8%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B963CC (or 0xB963CC) is known color: Medium Orchid. HEX triplet: B9, 63 and CC. RGB value is (185,99,204). Sum of RGB (Red+Green+Blue) = 185+99+204=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 99 (39.06% from 255 or 20.29% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #B963CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B963CC is #469C33. Grayscale: #888888. Windows color (decimal): -4627508 or 13394873. OLE color: 13394873.

HSL color Cylindrical-coordinate representation of color #B963CC: hue angle of 289.14º degrees, saturation: 0.51, 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 #B963CC is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 99 204 -
CMYK 0.09 0.51 0 0.2
HSL 289.14º 0.51% 0.59% -
HSV(B) 289.14º 0.51% 0.8% -
XYZ 35.37 23.6 59.82 -
YUV 136.68 165.99 162.46 -
System Red Green Blue C M Y K H S L
Decimal 185 99 204 0.09 0.51 0 0.2 289.14 0.51 0.59
Hex B9 63 CC 9 33 0 14 121 33 3B
Octal 271 143 314 11 63 0 24 441 63 73
Binary 10111001 1100011 11001100 1001 110011 0 10100 100100001 110011 111011

Color Harmonies of #B963CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B963CC

Black with #B963CC

Text Example


Text Example

White with #B963CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B963CC; }

 p { color: rgb(185,99,204); }

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

background-color css

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

 a { background-color: rgb(185,99,204); }

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

border-color css

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

 span { border-color: rgb(185,99,204); }

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