Html Css Color HEX #B55CDC Medium Orchid

📋 copy color: '#B55CDC'

red 181 ◦ green 92 ◦ blue 220

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

Shades of Medium Orchid #B55CDC

Tints of Medium Orchid #B55CDC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.66%

 BLUE value IS 220 (86.33% from 255) = 44.62%

R = 36.71%
G = 18.66%
B = 44.62%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B55CDC (or 0xB55CDC) is known color: Medium Orchid. HEX triplet: B5, 5C and DC. RGB value is (181,92,220). Sum of RGB (Red+Green+Blue) = 181+92+220=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 92 (36.33% from 255 or 18.66% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #B55CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55CDC is #4AA323. Grayscale: #848484. Windows color (decimal): -4891428 or 14441653. OLE color: 14441653.

HSL color Cylindrical-coordinate representation of color #B55CDC: hue angle of 281.72º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B55CDC is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 92 220 -
CMYK 0.18 0.58 0 0.14
HSL 281.72º 0.65% 0.61% -
HSV(B) 281.72º 0.58% 0.86% -
XYZ 35.8 22.65 70.19 -
YUV 133.2 176.99 162.09 -
System Red Green Blue C M Y K H S L
Decimal 181 92 220 0.18 0.58 0 0.14 281.72 0.65 0.61
Hex B5 5C DC 12 3A 0 E 11A 41 3D
Octal 265 134 334 22 72 0 16 432 101 75
Binary 10110101 1011100 11011100 10010 111010 0 1110 100011010 1000001 111101

Color Harmonies of #B55CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55CDC

Black with #B55CDC

Text Example


Text Example

White with #B55CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55CDC; }

 p { color: rgb(181,92,220); }

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

background-color css

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

 a { background-color: rgb(181,92,220); }

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

border-color css

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

 span { border-color: rgb(181,92,220); }

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