Html Css Color HEX #B55BEC Medium Orchid

📋 copy color: '#B55BEC'

red 181 ◦ green 91 ◦ blue 236

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

Shades of Medium Orchid #B55BEC

Tints of Medium Orchid #B55BEC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.91%

 BLUE value IS 236 (92.58% from 255) = 46.46%

R = 35.63%
G = 17.91%
B = 46.46%

CMYK

 C value IS 0.23

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B55BEC (or 0xB55BEC) is known color: Medium Orchid. HEX triplet: B5, 5B and EC. RGB value is (181,91,236). Sum of RGB (Red+Green+Blue) = 181+91+236=508 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.63% from 508); Green value is 91 (35.94% from 255 or 17.91% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #B55BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55BEC is #4AA413. Grayscale: #858585. Windows color (decimal): -4891668 or 15489973. OLE color: 15489973.

HSL color Cylindrical-coordinate representation of color #B55BEC: hue angle of 277.24º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B55BEC is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 91 236 -
CMYK 0.23 0.61 0 0.07
HSL 277.24º 0.79% 0.64% -
HSV(B) 277.24º 0.61% 0.93% -
XYZ 37.94 23.36 81.87 -
YUV 134.44 185.32 161.21 -
System Red Green Blue C M Y K H S L
Decimal 181 91 236 0.23 0.61 0 0.07 277.24 0.79 0.64
Hex B5 5B EC 17 3D 0 7 115 4F 40
Octal 265 133 354 27 75 0 7 425 117 100
Binary 10110101 1011011 11101100 10111 111101 0 111 100010101 1001111 1000000

Color Harmonies of #B55BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55BEC

Black with #B55BEC

Text Example


Text Example

White with #B55BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55BEC; }

 p { color: rgb(181,91,236); }

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

background-color css

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

 a { background-color: rgb(181,91,236); }

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

border-color css

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

 span { border-color: rgb(181,91,236); }

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