Html Css Color HEX #B968CC Medium Orchid

📋 copy color: '#B968CC'

red 185 ◦ green 104 ◦ blue 204

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

Shades of Medium Orchid #B968CC

Tints of Medium Orchid #B968CC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.1%

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

R = 37.53%
G = 21.1%
B = 41.38%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B968CC (or 0xB968CC) is known color: Medium Orchid. HEX triplet: B9, 68 and CC. RGB value is (185,104,204). Sum of RGB (Red+Green+Blue) = 185+104+204=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 104 (41.02% from 255 or 21.10% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #B968CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B968CC is #469733. Grayscale: #8B8B8B. Windows color (decimal): -4626228 or 13396153. OLE color: 13396153.

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

Color convert

RGB 185 104 204 -
CMYK 0.09 0.49 0 0.2
HSL 288.6º 0.5% 0.6% -
HSV(B) 288.6º 0.49% 0.8% -
XYZ 35.86 24.57 59.98 -
YUV 139.62 164.34 160.37 -
System Red Green Blue C M Y K H S L
Decimal 185 104 204 0.09 0.49 0 0.2 288.6 0.5 0.6
Hex B9 68 CC 9 31 0 14 121 32 3C
Octal 271 150 314 11 61 0 24 441 62 74
Binary 10111001 1101000 11001100 1001 110001 0 10100 100100001 110010 111100

Color Harmonies of #B968CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B968CC

Black with #B968CC

Text Example


Text Example

White with #B968CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B968CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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