Html Css Color HEX #B547CB Medium Orchid

📋 copy color: '#B547CB'

red 181 ◦ green 71 ◦ blue 203

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

Shades of Medium Orchid #B547CB

Tints of Medium Orchid #B547CB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.6%

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

R = 39.78%
G = 15.6%
B = 44.62%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B547CB (or 0xB547CB) is known color: Medium Orchid. HEX triplet: B5, 47 and CB. RGB value is (181,71,203). Sum of RGB (Red+Green+Blue) = 181+71+203=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 71 (28.12% from 255 or 15.60% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #B547CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B547CB is #4AB834. Grayscale: #767676. Windows color (decimal): -4896821 or 13322165. OLE color: 13322165.

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

Color convert

RGB 181 71 203 -
CMYK 0.11 0.65 0 0.20
HSL 290º 0.56% 0.54% -
HSV(B) 290º 0.65% 0.8% -
XYZ 32.09 18.64 58.41 -
YUV 118.94 175.44 172.27 -
System Red Green Blue C M Y K H S L
Decimal 181 71 203 0.11 0.65 0 0.20 290 0.56 0.54
Hex B5 47 CB B 41 0 14 122 38 36
Octal 265 107 313 13 101 0 24 442 70 66
Binary 10110101 1000111 11001011 1011 1000001 0 10100 100100010 111000 110110

Color Harmonies of #B547CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B547CB

Black with #B547CB

Text Example


Text Example

White with #B547CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B547CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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