Html Css Color HEX #B954EB Medium Orchid

📋 copy color: '#B954EB'

red 185 ◦ green 84 ◦ blue 235

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

Shades of Medium Orchid #B954EB

Tints of Medium Orchid #B954EB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.67%

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

R = 36.71%
G = 16.67%
B = 46.63%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B954EB (or 0xB954EB) is known color: Medium Orchid. HEX triplet: B9, 54 and EB. RGB value is (185,84,235). Sum of RGB (Red+Green+Blue) = 185+84+235=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 84 (33.20% from 255 or 16.67% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 235 - color contains mainly: blue. Hex color #B954EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B954EB is #46AB14. Grayscale: #828282. Windows color (decimal): -4631317 or 15422649. OLE color: 15422649.

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

Color convert

RGB 185 84 235 -
CMYK 0.21 0.64 0 0.08
HSL 280.13º 0.79% 0.63% -
HSV(B) 280.13º 0.64% 0.92% -
XYZ 38.17 22.65 80.96 -
YUV 131.41 186.46 166.22 -
System Red Green Blue C M Y K H S L
Decimal 185 84 235 0.21 0.64 0 0.08 280.13 0.79 0.63
Hex B9 54 EB 15 40 0 8 118 4F 3F
Octal 271 124 353 25 100 0 10 430 117 77
Binary 10111001 1010100 11101011 10101 1000000 0 1000 100011000 1001111 111111

Color Harmonies of #B954EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B954EB

Black with #B954EB

Text Example


Text Example

White with #B954EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B954EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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