Html Css Color HEX #B96CF2 Medium Orchid

📋 copy color: '#B96CF2'

red 185 ◦ green 108 ◦ blue 242

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

Shades of Medium Orchid #B96CF2

Tints of Medium Orchid #B96CF2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.19%

 BLUE value IS 242 (94.92% from 255) = 45.23%

R = 34.58%
G = 20.19%
B = 45.23%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B96CF2 (or 0xB96CF2) is known color: Medium Orchid. HEX triplet: B9, 6C and F2. RGB value is (185,108,242). Sum of RGB (Red+Green+Blue) = 185+108+242=535 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.58% from 535); Green value is 108 (42.58% from 255 or 20.19% from 535); Blue value is 242 (94.92% from 255 or 45.23% from 535); Max value from RGB is 242 - color contains mainly: blue. Hex color #B96CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96CF2 is #46930D. Grayscale: #919191. Windows color (decimal): -4625166 or 15887545. OLE color: 15887545.

HSL color Cylindrical-coordinate representation of color #B96CF2: hue angle of 274.48º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B96CF2 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 108 242 -
CMYK 0.24 0.55 0 0.05
HSL 274.48º 0.84% 0.69% -
HSV(B) 274.48º 0.55% 0.95% -
XYZ 41.4 27.45 87.12 -
YUV 146.3 182.01 155.6 -
System Red Green Blue C M Y K H S L
Decimal 185 108 242 0.24 0.55 0 0.05 274.48 0.84 0.69
Hex B9 6C F2 18 37 0 5 112 54 45
Octal 271 154 362 30 67 0 5 422 124 105
Binary 10111001 1101100 11110010 11000 110111 0 101 100010010 1010100 1000101

Color Harmonies of #B96CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96CF2

Black with #B96CF2

Text Example


Text Example

White with #B96CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96CF2; }

 p { color: rgb(185,108,242); }

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

background-color css

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

 a { background-color: rgb(185,108,242); }

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

border-color css

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

 span { border-color: rgb(185,108,242); }

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