Html Css Color HEX #B55DCB Medium Orchid

📋 copy color: '#B55DCB'

red 181 ◦ green 93 ◦ blue 203

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

Shades of Medium Orchid #B55DCB

Tints of Medium Orchid #B55DCB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.5%

 BLUE value IS 203 (79.69% from 255) = 42.56%

R = 37.95%
G = 19.5%
B = 42.56%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B55DCB (or 0xB55DCB) is known color: Medium Orchid. HEX triplet: B5, 5D and CB. RGB value is (181,93,203). Sum of RGB (Red+Green+Blue) = 181+93+203=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #B55DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55DCB is #4AA234. Grayscale: #838383. Windows color (decimal): -4891189 or 13327797. OLE color: 13327797.

HSL color Cylindrical-coordinate representation of color #B55DCB: hue angle of 288º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B55DCB is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 93 203 -
CMYK 0.11 0.54 0 0.20
HSL 288º 0.51% 0.58% -
HSV(B) 288º 0.54% 0.8% -
XYZ 33.75 21.96 58.96 -
YUV 131.85 168.15 163.06 -
System Red Green Blue C M Y K H S L
Decimal 181 93 203 0.11 0.54 0 0.20 288 0.51 0.58
Hex B5 5D CB B 36 0 14 120 33 3A
Octal 265 135 313 13 66 0 24 440 63 72
Binary 10110101 1011101 11001011 1011 110110 0 10100 100100000 110011 111010

Color Harmonies of #B55DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55DCB

Black with #B55DCB

Text Example


Text Example

White with #B55DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55DCB; }

 p { color: rgb(181,93,203); }

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

background-color css

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

 a { background-color: rgb(181,93,203); }

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

border-color css

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

 span { border-color: rgb(181,93,203); }

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