Html Css Color HEX #B55AEE Medium Orchid

📋 copy color: '#B55AEE'

red 181 ◦ green 90 ◦ blue 238

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

Shades of Medium Orchid #B55AEE

Tints of Medium Orchid #B55AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.76%

R = 35.56%
G = 17.68%
B = 46.76%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B55AEE (or 0xB55AEE) is known color: Medium Orchid. HEX triplet: B5, 5A and EE. RGB value is (181,90,238). Sum of RGB (Red+Green+Blue) = 181+90+238=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 90 (35.55% from 255 or 17.68% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #B55AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55AEE is #4AA511. Grayscale: #858585. Windows color (decimal): -4891922 or 15620789. OLE color: 15620789.

HSL color Cylindrical-coordinate representation of color #B55AEE: hue angle of 276.89º degrees, saturation: 0.81, 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 #B55AEE is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 90 238 -
CMYK 0.24 0.62 0 0.07
HSL 276.89º 0.81% 0.64% -
HSV(B) 276.89º 0.62% 0.93% -
XYZ 38.14 23.31 83.38 -
YUV 134.08 186.65 161.47 -
System Red Green Blue C M Y K H S L
Decimal 181 90 238 0.24 0.62 0 0.07 276.89 0.81 0.64
Hex B5 5A EE 18 3E 0 7 115 51 40
Octal 265 132 356 30 76 0 7 425 121 100
Binary 10110101 1011010 11101110 11000 111110 0 111 100010101 1010001 1000000

Color Harmonies of #B55AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55AEE

Black with #B55AEE

Text Example


Text Example

White with #B55AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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