Html Css Color HEX #B966EF Medium Orchid

📋 copy color: '#B966EF'

red 185 ◦ green 102 ◦ blue 239

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

Shades of Medium Orchid #B966EF

Tints of Medium Orchid #B966EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.44%

R = 35.17%
G = 19.39%
B = 45.44%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B966EF (or 0xB966EF) is known color: Medium Orchid. HEX triplet: B9, 66 and EF. RGB value is (185,102,239). Sum of RGB (Red+Green+Blue) = 185+102+239=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 102 (40.23% from 255 or 19.39% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #B966EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B966EF is #469910. Grayscale: #8D8D8D. Windows color (decimal): -4626705 or 15689401. OLE color: 15689401.

HSL color Cylindrical-coordinate representation of color #B966EF: hue angle of 276.35º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B966EF is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 102 239 -
CMYK 0.23 0.57 0 0.06
HSL 276.35º 0.81% 0.67% -
HSV(B) 276.35º 0.57% 0.94% -
XYZ 40.34 26.05 84.56 -
YUV 142.44 182.5 158.36 -
System Red Green Blue C M Y K H S L
Decimal 185 102 239 0.23 0.57 0 0.06 276.35 0.81 0.67
Hex B9 66 EF 17 39 0 6 114 51 43
Octal 271 146 357 27 71 0 6 424 121 103
Binary 10111001 1100110 11101111 10111 111001 0 110 100010100 1010001 1000011

Color Harmonies of #B966EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B966EF

Black with #B966EF

Text Example


Text Example

White with #B966EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B966EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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