Html Css Color HEX #B6417B Royal Heath

📋 copy color: '#B6417B'

red 182 ◦ green 65 ◦ blue 123

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

Shades of Royal Heath #B6417B

Tints of Royal Heath #B6417B

RGB

 RED value IS 182 (71.48% from 255) = 49.19%

 GREEN value IS 65 (25.78% from 255) = 17.57%

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

R = 49.19%
G = 17.57%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B6417B (or 0xB6417B) is known color: Royal Heath. HEX triplet: B6, 41 and 7B. RGB value is (182,65,123). Sum of RGB (Red+Green+Blue) = 182+65+123=370 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.19% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 182 - color contains mainly: red. Hex color #B6417B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6417B is #49BE84. Grayscale: #6A6A6A. Windows color (decimal): -4832901 or 8077750. OLE color: 8077750.

HSL color Cylindrical-coordinate representation of color #B6417B: hue angle of 330.26º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B6417B is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 65 123 -
CMYK 0 0.64 0.32 0.29
HSL 330.26º 0.47% 0.48% -
HSV(B) 330.26º 0.64% 0.71% -
XYZ 24.76 15.16 20.36 -
YUV 106.6 137.26 181.78 -
System Red Green Blue C M Y K H S L
Decimal 182 65 123 0 0.64 0.32 0.29 330.26 0.47 0.48
Hex B6 41 7B 0 40 20 1D 14A 2F 30
Octal 266 101 173 0 100 40 35 512 57 60
Binary 10110110 1000001 1111011 0 1000000 100000 11101 101001010 101111 110000

Color Harmonies of #B6417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6417B

Black with #B6417B

Text Example


Text Example

White with #B6417B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6417B; }

 p { color: rgb(182,65,123); }

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

background-color css

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

 a { background-color: rgb(182,65,123); }

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

border-color css

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

 span { border-color: rgb(182,65,123); }

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