Html Css Color HEX #B968E2 Medium Orchid

📋 copy color: '#B968E2'

red 185 ◦ green 104 ◦ blue 226

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

Shades of Medium Orchid #B968E2

Tints of Medium Orchid #B968E2

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.19%

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

R = 35.92%
G = 20.19%
B = 43.88%

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

#B968E2 (or 0xB968E2) is known color: Medium Orchid. HEX triplet: B9, 68 and E2. RGB value is (185,104,226). Sum of RGB (Red+Green+Blue) = 185+104+226=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 104 (41.02% from 255 or 20.19% from 515); Blue value is 226 (88.67% from 255 or 43.88% from 515); Max value from RGB is 226 - color contains mainly: blue. Hex color #B968E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B968E2 is #46971D. Grayscale: #8D8D8D. Windows color (decimal): -4626206 or 14837945. OLE color: 14837945.

HSL color Cylindrical-coordinate representation of color #B968E2: hue angle of 279.84º 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 #B968E2 is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 185 104 226 -
CMYK 0.18 0.54 0 0.11
HSL 279.84º 0.68% 0.65% -
HSV(B) 279.84º 0.54% 0.89% -
XYZ 38.69 25.71 74.87 -
YUV 142.13 175.34 158.58 -
System Red Green Blue C M Y K H S L
Decimal 185 104 226 0.18 0.54 0 0.11 279.84 0.68 0.65
Hex B9 68 E2 12 36 0 B 118 44 41
Octal 271 150 342 22 66 0 13 430 104 101
Binary 10111001 1101000 11100010 10010 110110 0 1011 100011000 1000100 1000001

Color Harmonies of #B968E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B968E2

Black with #B968E2

Text Example


Text Example

White with #B968E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B968E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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