Html Css Color HEX #B552CD Medium Orchid

📋 copy color: '#B552CD'

red 181 ◦ green 82 ◦ blue 205

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

Shades of Medium Orchid #B552CD

Tints of Medium Orchid #B552CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.8%

R = 38.68%
G = 17.52%
B = 43.8%

CMYK

 C value IS 0.12

 M value IS 0.6

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B552CD (or 0xB552CD) is known color: Medium Orchid. HEX triplet: B5, 52 and CD. RGB value is (181,82,205). Sum of RGB (Red+Green+Blue) = 181+82+205=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #B552CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B552CD is #4AAD32. Grayscale: #7D7D7D. Windows color (decimal): -4894003 or 13456053. OLE color: 13456053.

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

Color convert

RGB 181 82 205 -
CMYK 0.12 0.6 0 0.20
HSL 288.29º 0.55% 0.56% -
HSV(B) 288.29º 0.6% 0.8% -
XYZ 33.09 20.27 59.93 -
YUV 125.62 172.8 167.5 -
System Red Green Blue C M Y K H S L
Decimal 181 82 205 0.12 0.6 0 0.20 288.29 0.55 0.56
Hex B5 52 CD C 3C 0 14 120 37 38
Octal 265 122 315 14 74 0 24 440 67 70
Binary 10110101 1010010 11001101 1100 111100 0 10100 100100000 110111 111000

Color Harmonies of #B552CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B552CD

Black with #B552CD

Text Example


Text Example

White with #B552CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B552CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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