Html Css Color HEX #B552CE Medium Orchid

📋 copy color: '#B552CE'

red 181 ◦ green 82 ◦ blue 206

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

Shades of Medium Orchid #B552CE

Tints of Medium Orchid #B552CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.92%

R = 38.59%
G = 17.48%
B = 43.92%

CMYK

 C value IS 0.12

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B552CE (or 0xB552CE) is known color: Medium Orchid. HEX triplet: B5, 52 and CE. RGB value is (181,82,206). Sum of RGB (Red+Green+Blue) = 181+82+206=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 82 (32.42% from 255 or 17.48% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #B552CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B552CE is #4AAD31. Grayscale: #7D7D7D. Windows color (decimal): -4894002 or 13521589. OLE color: 13521589.

HSL color Cylindrical-coordinate representation of color #B552CE: hue angle of 287.9º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B552CE is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 82 206 -
CMYK 0.12 0.60 0 0.19
HSL 287.9º 0.56% 0.56% -
HSV(B) 287.9º 0.6% 0.81% -
XYZ 33.21 20.31 60.56 -
YUV 125.74 173.3 167.42 -
System Red Green Blue C M Y K H S L
Decimal 181 82 206 0.12 0.60 0 0.19 287.9 0.56 0.56
Hex B5 52 CE C 3C 0 13 120 38 38
Octal 265 122 316 14 74 0 23 440 70 70
Binary 10110101 1010010 11001110 1100 111100 0 10011 100100000 111000 111000

Color Harmonies of #B552CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B552CE

Black with #B552CE

Text Example


Text Example

White with #B552CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B552CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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