Html Css Color HEX #B542CB Medium Orchid

📋 copy color: '#B542CB'

red 181 ◦ green 66 ◦ blue 203

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

Shades of Medium Orchid #B542CB

Tints of Medium Orchid #B542CB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.67%

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

R = 40.22%
G = 14.67%
B = 45.11%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B542CB (or 0xB542CB) is known color: Medium Orchid. HEX triplet: B5, 42 and CB. RGB value is (181,66,203). Sum of RGB (Red+Green+Blue) = 181+66+203=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 66 (26.17% from 255 or 14.67% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #B542CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B542CB is #4ABD34. Grayscale: #737373. Windows color (decimal): -4898101 or 13320885. OLE color: 13320885.

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

Color convert

RGB 181 66 203 -
CMYK 0.11 0.67 0 0.20
HSL 290.37º 0.57% 0.53% -
HSV(B) 290.37º 0.67% 0.8% -
XYZ 31.78 18.03 58.31 -
YUV 116 177.1 174.36 -
System Red Green Blue C M Y K H S L
Decimal 181 66 203 0.11 0.67 0 0.20 290.37 0.57 0.53
Hex B5 42 CB B 43 0 14 122 39 35
Octal 265 102 313 13 103 0 24 442 71 65
Binary 10110101 1000010 11001011 1011 1000011 0 10100 100100010 111001 110101

Color Harmonies of #B542CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B542CB

Black with #B542CB

Text Example


Text Example

White with #B542CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B542CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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