Html Css Color HEX #B55AEC Medium Orchid

📋 copy color: '#B55AEC'

red 181 ◦ green 90 ◦ blue 236

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

Shades of Medium Orchid #B55AEC

Tints of Medium Orchid #B55AEC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.75%

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

R = 35.7%
G = 17.75%
B = 46.55%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B55AEC (or 0xB55AEC) is known color: Medium Orchid. HEX triplet: B5, 5A and EC. RGB value is (181,90,236). Sum of RGB (Red+Green+Blue) = 181+90+236=507 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.70% from 507); Green value is 90 (35.55% from 255 or 17.75% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #B55AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55AEC is #4AA513. Grayscale: #858585. Windows color (decimal): -4891924 or 15489717. OLE color: 15489717.

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

Color convert

RGB 181 90 236 -
CMYK 0.23 0.62 0 0.07
HSL 277.4º 0.79% 0.64% -
HSV(B) 277.4º 0.62% 0.93% -
XYZ 37.85 23.19 81.84 -
YUV 133.85 185.65 161.63 -
System Red Green Blue C M Y K H S L
Decimal 181 90 236 0.23 0.62 0 0.07 277.4 0.79 0.64
Hex B5 5A EC 17 3E 0 7 115 4F 40
Octal 265 132 354 27 76 0 7 425 117 100
Binary 10110101 1011010 11101100 10111 111110 0 111 100010101 1001111 1000000

Color Harmonies of #B55AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55AEC

Black with #B55AEC

Text Example


Text Example

White with #B55AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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