Html Css Color HEX #BA4B7B Royal Heath

📋 copy color: '#BA4B7B'

red 186 ◦ green 75 ◦ blue 123

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

Shades of Royal Heath #BA4B7B

Tints of Royal Heath #BA4B7B

RGB

 RED value IS 186 (73.05% from 255) = 48.44%

 GREEN value IS 75 (29.69% from 255) = 19.53%

 BLUE value IS 123 (48.44% from 255) = 32.03%

R = 48.44%
G = 19.53%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA4B7B (or 0xBA4B7B) is known color: Royal Heath. HEX triplet: BA, 4B and 7B. RGB value is (186,75,123). Sum of RGB (Red+Green+Blue) = 186+75+123=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 75 (29.69% from 255 or 19.53% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4B7B is #45B484. Grayscale: #717171. Windows color (decimal): -4568197 or 8080314. OLE color: 8080314.

HSL color Cylindrical-coordinate representation of color #BA4B7B: hue angle of 334.05º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4B7B is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 75 123 -
CMYK 0 0.60 0.34 0.27
HSL 334.05º 0.45% 0.51% -
HSV(B) 334.05º 0.6% 0.73% -
XYZ 26.34 16.9 20.61 -
YUV 113.66 133.27 179.6 -
System Red Green Blue C M Y K H S L
Decimal 186 75 123 0 0.60 0.34 0.27 334.05 0.45 0.51
Hex BA 4B 7B 0 3C 22 1B 14E 2D 33
Octal 272 113 173 0 74 42 33 516 55 63
Binary 10111010 1001011 1111011 0 111100 100010 11011 101001110 101101 110011

Color Harmonies of #BA4B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4B7B

Black with #BA4B7B

Text Example


Text Example

White with #BA4B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4B7B; }

 p { color: rgb(186,75,123); }

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

background-color css

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

 a { background-color: rgb(186,75,123); }

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

border-color css

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

 span { border-color: rgb(186,75,123); }

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