Html Css Color HEX #BA407B Royal Heath

📋 copy color: '#BA407B'

red 186 ◦ green 64 ◦ blue 123

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

Shades of Royal Heath #BA407B

Tints of Royal Heath #BA407B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.16%

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

R = 49.87%
G = 17.16%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA407B (or 0xBA407B) is known color: Royal Heath. HEX triplet: BA, 40 and 7B. RGB value is (186,64,123). Sum of RGB (Red+Green+Blue) = 186+64+123=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA407B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA407B is #45BF84. Grayscale: #6B6B6B. Windows color (decimal): -4571013 or 8077498. OLE color: 8077498.

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

Color convert

RGB 186 64 123 -
CMYK 0 0.66 0.34 0.27
HSL 330.98º 0.49% 0.49% -
HSV(B) 330.98º 0.66% 0.73% -
XYZ 25.66 15.54 20.39 -
YUV 107.2 136.92 184.2 -
System Red Green Blue C M Y K H S L
Decimal 186 64 123 0 0.66 0.34 0.27 330.98 0.49 0.49
Hex BA 40 7B 0 42 22 1B 14B 31 31
Octal 272 100 173 0 102 42 33 513 61 61
Binary 10111010 1000000 1111011 0 1000010 100010 11011 101001011 110001 110001

Color Harmonies of #BA407B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA407B

Black with #BA407B

Text Example


Text Example

White with #BA407B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA407B; }

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

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

background-color css

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

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

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

border-color css

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

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

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