Html Css Color HEX #B96BEF Medium Orchid

📋 copy color: '#B96BEF'

red 185 ◦ green 107 ◦ blue 239

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

Shades of Medium Orchid #B96BEF

Tints of Medium Orchid #B96BEF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.15%

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

R = 34.84%
G = 20.15%
B = 45.01%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B96BEF (or 0xB96BEF) is known color: Medium Orchid. HEX triplet: B9, 6B and EF. RGB value is (185,107,239). Sum of RGB (Red+Green+Blue) = 185+107+239=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 107 (42.19% from 255 or 20.15% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #B96BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96BEF is #469410. Grayscale: #909090. Windows color (decimal): -4625425 or 15690681. OLE color: 15690681.

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

Color convert

RGB 185 107 239 -
CMYK 0.23 0.55 0 0.06
HSL 275.45º 0.8% 0.68% -
HSV(B) 275.45º 0.55% 0.94% -
XYZ 40.85 27.06 84.73 -
YUV 145.37 180.84 156.27 -
System Red Green Blue C M Y K H S L
Decimal 185 107 239 0.23 0.55 0 0.06 275.45 0.8 0.68
Hex B9 6B EF 17 37 0 6 113 50 44
Octal 271 153 357 27 67 0 6 423 120 104
Binary 10111001 1101011 11101111 10111 110111 0 110 100010011 1010000 1000100

Color Harmonies of #B96BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96BEF

Black with #B96BEF

Text Example


Text Example

White with #B96BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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