Html Css Color HEX #B545CD Medium Orchid

📋 copy color: '#B545CD'

red 181 ◦ green 69 ◦ blue 205

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

Shades of Medium Orchid #B545CD

Tints of Medium Orchid #B545CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.05%

R = 39.78%
G = 15.16%
B = 45.05%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B545CD (or 0xB545CD) is known color: Medium Orchid. HEX triplet: B5, 45 and CD. RGB value is (181,69,205). Sum of RGB (Red+Green+Blue) = 181+69+205=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 69 (27.34% from 255 or 15.16% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #B545CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B545CD is #4ABA32. Grayscale: #757575. Windows color (decimal): -4897331 or 13452725. OLE color: 13452725.

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

Color convert

RGB 181 69 205 -
CMYK 0.12 0.66 0 0.20
HSL 289.41º 0.58% 0.54% -
HSV(B) 289.41º 0.66% 0.8% -
XYZ 32.2 18.49 59.63 -
YUV 117.99 177.11 172.94 -
System Red Green Blue C M Y K H S L
Decimal 181 69 205 0.12 0.66 0 0.20 289.41 0.58 0.54
Hex B5 45 CD C 42 0 14 121 3A 36
Octal 265 105 315 14 102 0 24 441 72 66
Binary 10110101 1000101 11001101 1100 1000010 0 10100 100100001 111010 110110

Color Harmonies of #B545CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B545CD

Black with #B545CD

Text Example


Text Example

White with #B545CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B545CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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