Html Css Color HEX #B545CA Medium Orchid

📋 copy color: '#B545CA'

red 181 ◦ green 69 ◦ blue 202

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

Shades of Medium Orchid #B545CA

Tints of Medium Orchid #B545CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.69%

R = 40.04%
G = 15.27%
B = 44.69%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B545CA (or 0xB545CA) is known color: Medium Orchid. HEX triplet: B5, 45 and CA. RGB value is (181,69,202). Sum of RGB (Red+Green+Blue) = 181+69+202=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 69 (27.34% from 255 or 15.27% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #B545CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B545CA is #4ABA35. Grayscale: #757575. Windows color (decimal): -4897334 or 13256117. OLE color: 13256117.

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

Color convert

RGB 181 69 202 -
CMYK 0.10 0.66 0 0.21
HSL 290.53º 0.56% 0.53% -
HSV(B) 290.53º 0.66% 0.79% -
XYZ 31.84 18.34 57.74 -
YUV 117.65 175.61 173.19 -
System Red Green Blue C M Y K H S L
Decimal 181 69 202 0.10 0.66 0 0.21 290.53 0.56 0.53
Hex B5 45 CA A 42 0 15 123 38 35
Octal 265 105 312 12 102 0 25 443 70 65
Binary 10110101 1000101 11001010 1010 1000010 0 10101 100100011 111000 110101

Color Harmonies of #B545CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B545CA

Black with #B545CA

Text Example


Text Example

White with #B545CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B545CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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