Html Css Color HEX #B969EC Medium Orchid

📋 copy color: '#B969EC'

red 185 ◦ green 105 ◦ blue 236

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

Shades of Medium Orchid #B969EC

Tints of Medium Orchid #B969EC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.96%

 BLUE value IS 236 (92.58% from 255) = 44.87%

R = 35.17%
G = 19.96%
B = 44.87%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B969EC (or 0xB969EC) is known color: Medium Orchid. HEX triplet: B9, 69 and EC. RGB value is (185,105,236). Sum of RGB (Red+Green+Blue) = 185+105+236=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 105 (41.41% from 255 or 19.96% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #B969EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B969EC is #469613. Grayscale: #8F8F8F. Windows color (decimal): -4625940 or 15493561. OLE color: 15493561.

HSL color Cylindrical-coordinate representation of color #B969EC: hue angle of 276.64º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B969EC is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 105 236 -
CMYK 0.22 0.56 0 0.07
HSL 276.64º 0.78% 0.67% -
HSV(B) 276.64º 0.56% 0.93% -
XYZ 40.2 26.47 82.35 -
YUV 143.85 180 157.35 -
System Red Green Blue C M Y K H S L
Decimal 185 105 236 0.22 0.56 0 0.07 276.64 0.78 0.67
Hex B9 69 EC 16 38 0 7 115 4E 43
Octal 271 151 354 26 70 0 7 425 116 103
Binary 10111001 1101001 11101100 10110 111000 0 111 100010101 1001110 1000011

Color Harmonies of #B969EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B969EC

Black with #B969EC

Text Example


Text Example

White with #B969EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B969EC; }

 p { color: rgb(185,105,236); }

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

background-color css

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

 a { background-color: rgb(185,105,236); }

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

border-color css

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

 span { border-color: rgb(185,105,236); }

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