Html Css Color HEX #B966CF Medium Orchid

📋 copy color: '#B966CF'

red 185 ◦ green 102 ◦ blue 207

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

Shades of Medium Orchid #B966CF

Tints of Medium Orchid #B966CF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.65%

 BLUE value IS 207 (81.25% from 255) = 41.9%

R = 37.45%
G = 20.65%
B = 41.9%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B966CF (or 0xB966CF) is known color: Medium Orchid. HEX triplet: B9, 66 and CF. RGB value is (185,102,207). Sum of RGB (Red+Green+Blue) = 185+102+207=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 102 (40.23% from 255 or 20.65% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #B966CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B966CF is #469930. Grayscale: #8A8A8A. Windows color (decimal): -4626737 or 13592249. OLE color: 13592249.

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

Color convert

RGB 185 102 207 -
CMYK 0.11 0.51 0 0.19
HSL 287.43º 0.52% 0.61% -
HSV(B) 287.43º 0.51% 0.81% -
XYZ 36.02 24.32 61.83 -
YUV 138.79 166.5 160.96 -
System Red Green Blue C M Y K H S L
Decimal 185 102 207 0.11 0.51 0 0.19 287.43 0.52 0.61
Hex B9 66 CF B 33 0 13 11F 34 3D
Octal 271 146 317 13 63 0 23 437 64 75
Binary 10111001 1100110 11001111 1011 110011 0 10011 100011111 110100 111101

Color Harmonies of #B966CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B966CF

Black with #B966CF

Text Example


Text Example

White with #B966CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B966CF; }

 p { color: rgb(185,102,207); }

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

background-color css

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

 a { background-color: rgb(185,102,207); }

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

border-color css

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

 span { border-color: rgb(185,102,207); }

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