Html Css Color HEX #B544CC Medium Orchid

📋 copy color: '#B544CC'

red 181 ◦ green 68 ◦ blue 204

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

Shades of Medium Orchid #B544CC

Tints of Medium Orchid #B544CC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.01%

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

R = 39.96%
G = 15.01%
B = 45.03%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B544CC (or 0xB544CC) is known color: Medium Orchid. HEX triplet: B5, 44 and CC. RGB value is (181,68,204). Sum of RGB (Red+Green+Blue) = 181+68+204=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 68 (26.95% from 255 or 15.01% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #B544CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B544CC is #4ABB33. Grayscale: #747474. Windows color (decimal): -4897588 or 13386933. OLE color: 13386933.

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

Color convert

RGB 181 68 204 -
CMYK 0.11 0.67 0 0.2
HSL 289.85º 0.57% 0.53% -
HSV(B) 289.85º 0.67% 0.8% -
XYZ 32.02 18.32 58.97 -
YUV 117.29 176.94 173.44 -
System Red Green Blue C M Y K H S L
Decimal 181 68 204 0.11 0.67 0 0.2 289.85 0.57 0.53
Hex B5 44 CC B 43 0 14 122 39 35
Octal 265 104 314 13 103 0 24 442 71 65
Binary 10110101 1000100 11001100 1011 1000011 0 10100 100100010 111001 110101

Color Harmonies of #B544CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B544CC

Black with #B544CC

Text Example


Text Example

White with #B544CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B544CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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