Html Css Color HEX #B552EE Medium Orchid

📋 copy color: '#B552EE'

red 181 ◦ green 82 ◦ blue 238

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

Shades of Medium Orchid #B552EE

Tints of Medium Orchid #B552EE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.37%

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

R = 36.13%
G = 16.37%
B = 47.5%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B552EE (or 0xB552EE) is known color: Medium Orchid. HEX triplet: B5, 52 and EE. RGB value is (181,82,238). Sum of RGB (Red+Green+Blue) = 181+82+238=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 82 (32.42% from 255 or 16.37% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #B552EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B552EE is #4AAD11. Grayscale: #808080. Windows color (decimal): -4893970 or 15618741. OLE color: 15618741.

HSL color Cylindrical-coordinate representation of color #B552EE: hue angle of 278.08º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B552EE is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 82 238 -
CMYK 0.24 0.66 0 0.07
HSL 278.08º 0.82% 0.63% -
HSV(B) 278.08º 0.66% 0.93% -
XYZ 37.51 22.03 83.16 -
YUV 129.39 189.3 164.82 -
System Red Green Blue C M Y K H S L
Decimal 181 82 238 0.24 0.66 0 0.07 278.08 0.82 0.63
Hex B5 52 EE 18 42 0 7 116 52 3F
Octal 265 122 356 30 102 0 7 426 122 77
Binary 10110101 1010010 11101110 11000 1000010 0 111 100010110 1010010 111111

Color Harmonies of #B552EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B552EE

Black with #B552EE

Text Example


Text Example

White with #B552EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B552EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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