Html Css Color HEX #B75A7B Royal Heath

📋 copy color: '#B75A7B'

red 183 ◦ green 90 ◦ blue 123

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

Shades of Royal Heath #B75A7B

Tints of Royal Heath #B75A7B

RGB

 RED value IS 183 (71.88% from 255) = 46.21%

 GREEN value IS 90 (35.55% from 255) = 22.73%

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

R = 46.21%
G = 22.73%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B75A7B (or 0xB75A7B) is known color: Royal Heath. HEX triplet: B7, 5A and 7B. RGB value is (183,90,123). Sum of RGB (Red+Green+Blue) = 183+90+123=396 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.21% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 183 - color contains mainly: red. Hex color #B75A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75A7B is #48A584. Grayscale: #797979. Windows color (decimal): -4760965 or 8084151. OLE color: 8084151.

HSL color Cylindrical-coordinate representation of color #B75A7B: hue angle of 338.71º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B75A7B is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 90 123 -
CMYK 0 0.51 0.33 0.28
HSL 338.71º 0.39% 0.54% -
HSV(B) 338.71º 0.51% 0.72% -
XYZ 26.76 18.81 20.96 -
YUV 121.57 128.81 171.82 -
System Red Green Blue C M Y K H S L
Decimal 183 90 123 0 0.51 0.33 0.28 338.71 0.39 0.54
Hex B7 5A 7B 0 33 21 1C 153 27 36
Octal 267 132 173 0 63 41 34 523 47 66
Binary 10110111 1011010 1111011 0 110011 100001 11100 101010011 100111 110110

Color Harmonies of #B75A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75A7B

Black with #B75A7B

Text Example


Text Example

White with #B75A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75A7B; }

 p { color: rgb(183,90,123); }

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

background-color css

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

 a { background-color: rgb(183,90,123); }

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

border-color css

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

 span { border-color: rgb(183,90,123); }

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