Html Css Color HEX #B552EA Medium Orchid

📋 copy color: '#B552EA'

red 181 ◦ green 82 ◦ blue 234

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

Shades of Medium Orchid #B552EA

Tints of Medium Orchid #B552EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.08%

R = 36.42%
G = 16.5%
B = 47.08%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B552EA (or 0xB552EA) is known color: Medium Orchid. HEX triplet: B5, 52 and EA. RGB value is (181,82,234). Sum of RGB (Red+Green+Blue) = 181+82+234=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 82 (32.42% from 255 or 16.50% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #B552EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B552EA is #4AAD15. Grayscale: #808080. Windows color (decimal): -4893974 or 15356597. OLE color: 15356597.

HSL color Cylindrical-coordinate representation of color #B552EA: hue angle of 279.08º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B552EA is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 181 82 234 -
CMYK 0.23 0.65 0 0.08
HSL 279.08º 0.78% 0.62% -
HSV(B) 279.08º 0.65% 0.92% -
XYZ 36.92 21.8 80.1 -
YUV 128.93 187.3 165.14 -
System Red Green Blue C M Y K H S L
Decimal 181 82 234 0.23 0.65 0 0.08 279.08 0.78 0.62
Hex B5 52 EA 17 41 0 8 117 4E 3E
Octal 265 122 352 27 101 0 10 427 116 76
Binary 10110101 1010010 11101010 10111 1000001 0 1000 100010111 1001110 111110

Color Harmonies of #B552EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B552EA

Black with #B552EA

Text Example


Text Example

White with #B552EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B552EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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