Html Css Color HEX #B552DF Medium Orchid

📋 copy color: '#B552DF'

red 181 ◦ green 82 ◦ blue 223

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

Shades of Medium Orchid #B552DF

Tints of Medium Orchid #B552DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.88%

R = 37.24%
G = 16.87%
B = 45.88%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B552DF (or 0xB552DF) is known color: Medium Orchid. HEX triplet: B5, 52 and DF. RGB value is (181,82,223). Sum of RGB (Red+Green+Blue) = 181+82+223=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 82 (32.42% from 255 or 16.87% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #B552DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B552DF is #4AAD20. Grayscale: #7F7F7F. Windows color (decimal): -4893985 or 14635701. OLE color: 14635701.

HSL color Cylindrical-coordinate representation of color #B552DF: hue angle of 282.13º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B552DF is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 82 223 -
CMYK 0.19 0.63 0 0.13
HSL 282.13º 0.69% 0.6% -
HSV(B) 282.13º 0.63% 0.87% -
XYZ 35.39 21.19 72.04 -
YUV 127.68 181.8 166.04 -
System Red Green Blue C M Y K H S L
Decimal 181 82 223 0.19 0.63 0 0.13 282.13 0.69 0.6
Hex B5 52 DF 13 3F 0 D 11A 45 3C
Octal 265 122 337 23 77 0 15 432 105 74
Binary 10110101 1010010 11011111 10011 111111 0 1101 100011010 1000101 111100

Color Harmonies of #B552DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B552DF

Black with #B552DF

Text Example


Text Example

White with #B552DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B552DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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