Html Css Color HEX #B969E2 Medium Orchid

📋 copy color: '#B969E2'

red 185 ◦ green 105 ◦ blue 226

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

Shades of Medium Orchid #B969E2

Tints of Medium Orchid #B969E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 43.8%

R = 35.85%
G = 20.35%
B = 43.8%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B969E2 (or 0xB969E2) is known color: Medium Orchid. HEX triplet: B9, 69 and E2. RGB value is (185,105,226). Sum of RGB (Red+Green+Blue) = 185+105+226=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 105 (41.41% from 255 or 20.35% from 516); Blue value is 226 (88.67% from 255 or 43.80% from 516); Max value from RGB is 226 - color contains mainly: blue. Hex color #B969E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B969E2 is #46961D. Grayscale: #8E8E8E. Windows color (decimal): -4625950 or 14838201. OLE color: 14838201.

HSL color Cylindrical-coordinate representation of color #B969E2: hue angle of 279.67º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B969E2 is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 185 105 226 -
CMYK 0.18 0.54 0 0.11
HSL 279.67º 0.68% 0.65% -
HSV(B) 279.67º 0.54% 0.89% -
XYZ 38.79 25.91 74.91 -
YUV 142.71 175 158.16 -
System Red Green Blue C M Y K H S L
Decimal 185 105 226 0.18 0.54 0 0.11 279.67 0.68 0.65
Hex B9 69 E2 12 36 0 B 118 44 41
Octal 271 151 342 22 66 0 13 430 104 101
Binary 10111001 1101001 11100010 10010 110110 0 1011 100011000 1000100 1000001

Color Harmonies of #B969E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B969E2

Black with #B969E2

Text Example


Text Example

White with #B969E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B969E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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