Html Css Color HEX #B555EB Medium Orchid

📋 copy color: '#B555EB'

red 181 ◦ green 85 ◦ blue 235

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

Shades of Medium Orchid #B555EB

Tints of Medium Orchid #B555EB

RGB

 RED value IS 181 (71.09% from 255) = 36.13%

 GREEN value IS 85 (33.59% from 255) = 16.97%

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

R = 36.13%
G = 16.97%
B = 46.91%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B555EB (or 0xB555EB) is known color: Medium Orchid. HEX triplet: B5, 55 and EB. RGB value is (181,85,235). Sum of RGB (Red+Green+Blue) = 181+85+235=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 85 (33.59% from 255 or 16.97% 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 #B555EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B555EB is #4AAA14. Grayscale: #828282. Windows color (decimal): -4893205 or 15422901. OLE color: 15422901.

HSL color Cylindrical-coordinate representation of color #B555EB: hue angle of 278.4º 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 #B555EB is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 181 85 235 -
CMYK 0.23 0.64 0 0.08
HSL 278.4º 0.79% 0.63% -
HSV(B) 278.4º 0.64% 0.92% -
XYZ 37.3 22.32 80.94 -
YUV 130.8 186.8 163.8 -
System Red Green Blue C M Y K H S L
Decimal 181 85 235 0.23 0.64 0 0.08 278.4 0.79 0.63
Hex B5 55 EB 17 40 0 8 116 4F 3F
Octal 265 125 353 27 100 0 10 426 117 77
Binary 10110101 1010101 11101011 10111 1000000 0 1000 100010110 1001111 111111

Color Harmonies of #B555EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B555EB

Black with #B555EB

Text Example


Text Example

White with #B555EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B555EB; }

 p { color: rgb(181,85,235); }

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

background-color css

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

 a { background-color: rgb(181,85,235); }

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

border-color css

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

 span { border-color: rgb(181,85,235); }

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