Html Css Color HEX #B951EB Medium Orchid

📋 copy color: '#B951EB'

red 185 ◦ green 81 ◦ blue 235

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

Shades of Medium Orchid #B951EB

Tints of Medium Orchid #B951EB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.17%

 BLUE value IS 235 (92.19% from 255) = 46.91%

R = 36.93%
G = 16.17%
B = 46.91%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B951EB (or 0xB951EB) is known color: Medium Orchid. HEX triplet: B9, 51 and EB. RGB value is (185,81,235). Sum of RGB (Red+Green+Blue) = 185+81+235=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 81 (32.03% from 255 or 16.17% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #B951EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B951EB is #46AE14. Grayscale: #818181. Windows color (decimal): -4632085 or 15421881. OLE color: 15421881.

HSL color Cylindrical-coordinate representation of color #B951EB: hue angle of 280.52º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B951EB is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 81 235 -
CMYK 0.21 0.66 0 0.08
HSL 280.52º 0.79% 0.62% -
HSV(B) 280.52º 0.66% 0.92% -
XYZ 37.95 22.2 80.88 -
YUV 129.65 187.46 167.48 -
System Red Green Blue C M Y K H S L
Decimal 185 81 235 0.21 0.66 0 0.08 280.52 0.79 0.62
Hex B9 51 EB 15 42 0 8 119 4F 3E
Octal 271 121 353 25 102 0 10 431 117 76
Binary 10111001 1010001 11101011 10101 1000010 0 1000 100011001 1001111 111110

Color Harmonies of #B951EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B951EB

Black with #B951EB

Text Example


Text Example

White with #B951EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B951EB; }

 p { color: rgb(185,81,235); }

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

background-color css

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

 a { background-color: rgb(185,81,235); }

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

border-color css

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

 span { border-color: rgb(185,81,235); }

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