Html Css Color HEX #B545CB Medium Orchid

📋 copy color: '#B545CB'

red 181 ◦ green 69 ◦ blue 203

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

Shades of Medium Orchid #B545CB

Tints of Medium Orchid #B545CB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.23%

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

R = 39.96%
G = 15.23%
B = 44.81%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B545CB (or 0xB545CB) is known color: Medium Orchid. HEX triplet: B5, 45 and CB. RGB value is (181,69,203). Sum of RGB (Red+Green+Blue) = 181+69+203=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 69 (27.34% from 255 or 15.23% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #B545CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B545CB is #4ABA34. Grayscale: #757575. Windows color (decimal): -4897333 or 13321653. OLE color: 13321653.

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

Color convert

RGB 181 69 203 -
CMYK 0.11 0.66 0 0.20
HSL 290.15º 0.56% 0.53% -
HSV(B) 290.15º 0.66% 0.8% -
XYZ 31.96 18.39 58.37 -
YUV 117.76 176.11 173.1 -
System Red Green Blue C M Y K H S L
Decimal 181 69 203 0.11 0.66 0 0.20 290.15 0.56 0.53
Hex B5 45 CB B 42 0 14 122 38 35
Octal 265 105 313 13 102 0 24 442 70 65
Binary 10110101 1000101 11001011 1011 1000010 0 10100 100100010 111000 110101

Color Harmonies of #B545CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B545CB

Black with #B545CB

Text Example


Text Example

White with #B545CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B545CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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