Html Css Color HEX #B552ED Medium Orchid

📋 copy color: '#B552ED'

red 181 ◦ green 82 ◦ blue 237

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

Shades of Medium Orchid #B552ED

Tints of Medium Orchid #B552ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.4%

R = 36.2%
G = 16.4%
B = 47.4%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B552ED (or 0xB552ED) is known color: Medium Orchid. HEX triplet: B5, 52 and ED. RGB value is (181,82,237). Sum of RGB (Red+Green+Blue) = 181+82+237=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 82 (32.42% from 255 or 16.4% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #B552ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B552ED is #4AAD12. Grayscale: #808080. Windows color (decimal): -4893971 or 15553205. OLE color: 15553205.

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

Color convert

RGB 181 82 237 -
CMYK 0.24 0.65 0 0.07
HSL 278.32º 0.81% 0.63% -
HSV(B) 278.32º 0.65% 0.93% -
XYZ 37.36 21.97 82.39 -
YUV 129.27 188.8 164.9 -
System Red Green Blue C M Y K H S L
Decimal 181 82 237 0.24 0.65 0 0.07 278.32 0.81 0.63
Hex B5 52 ED 18 41 0 7 116 51 3F
Octal 265 122 355 30 101 0 7 426 121 77
Binary 10110101 1010010 11101101 11000 1000001 0 111 100010110 1010001 111111

Color Harmonies of #B552ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B552ED

Black with #B552ED

Text Example


Text Example

White with #B552ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B552ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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