Html Css Color HEX #B548CC Medium Orchid

📋 copy color: '#B548CC'

red 181 ◦ green 72 ◦ blue 204

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

Shades of Medium Orchid #B548CC

Tints of Medium Orchid #B548CC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.75%

 BLUE value IS 204 (80.08% from 255) = 44.64%

R = 39.61%
G = 15.75%
B = 44.64%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B548CC (or 0xB548CC) is known color: Medium Orchid. HEX triplet: B5, 48 and CC. RGB value is (181,72,204). Sum of RGB (Red+Green+Blue) = 181+72+204=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 72 (28.52% from 255 or 15.75% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #B548CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B548CC is #4AB733. Grayscale: #777777. Windows color (decimal): -4896564 or 13387957. OLE color: 13387957.

HSL color Cylindrical-coordinate representation of color #B548CC: hue angle of 289.55º 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 #B548CC is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 181 72 204 -
CMYK 0.11 0.65 0 0.2
HSL 289.55º 0.56% 0.54% -
HSV(B) 289.55º 0.65% 0.8% -
XYZ 32.27 18.82 59.06 -
YUV 119.64 175.61 171.77 -
System Red Green Blue C M Y K H S L
Decimal 181 72 204 0.11 0.65 0 0.2 289.55 0.56 0.54
Hex B5 48 CC B 41 0 14 122 38 36
Octal 265 110 314 13 101 0 24 442 70 66
Binary 10110101 1001000 11001100 1011 1000001 0 10100 100100010 111000 110110

Color Harmonies of #B548CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B548CC

Black with #B548CC

Text Example


Text Example

White with #B548CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B548CC; }

 p { color: rgb(181,72,204); }

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

background-color css

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

 a { background-color: rgb(181,72,204); }

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

border-color css

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

 span { border-color: rgb(181,72,204); }

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