Html Css Color HEX #B966EA Medium Orchid

📋 copy color: '#B966EA'

red 185 ◦ green 102 ◦ blue 234

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

Shades of Medium Orchid #B966EA

Tints of Medium Orchid #B966EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.91%

R = 35.51%
G = 19.58%
B = 44.91%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B966EA (or 0xB966EA) is known color: Medium Orchid. HEX triplet: B9, 66 and EA. RGB value is (185,102,234). Sum of RGB (Red+Green+Blue) = 185+102+234=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 102 (40.23% from 255 or 19.58% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #B966EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B966EA is #469915. Grayscale: #8D8D8D. Windows color (decimal): -4626710 or 15361721. OLE color: 15361721.

HSL color Cylindrical-coordinate representation of color #B966EA: hue angle of 277.73º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B966EA is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 102 234 -
CMYK 0.21 0.56 0 0.08
HSL 277.73º 0.76% 0.66% -
HSV(B) 277.73º 0.56% 0.92% -
XYZ 39.61 25.76 80.73 -
YUV 141.87 180 158.77 -
System Red Green Blue C M Y K H S L
Decimal 185 102 234 0.21 0.56 0 0.08 277.73 0.76 0.66
Hex B9 66 EA 15 38 0 8 116 4C 42
Octal 271 146 352 25 70 0 10 426 114 102
Binary 10111001 1100110 11101010 10101 111000 0 1000 100010110 1001100 1000010

Color Harmonies of #B966EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B966EA

Black with #B966EA

Text Example


Text Example

White with #B966EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B966EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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