Html Css Color HEX #B2507B Royal Heath

📋 copy color: '#B2507B'

red 178 ◦ green 80 ◦ blue 123

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

Shades of Royal Heath #B2507B

Tints of Royal Heath #B2507B

RGB

 RED value IS 178 (69.92% from 255) = 46.72%

 GREEN value IS 80 (31.64% from 255) = 21%

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

R = 46.72%
G = 21%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2507B (or 0xB2507B) is known color: Royal Heath. HEX triplet: B2, 50 and 7B. RGB value is (178,80,123). Sum of RGB (Red+Green+Blue) = 178+80+123=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B2507B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2507B is #4DAF84. Grayscale: #727272. Windows color (decimal): -5091205 or 8081586. OLE color: 8081586.

HSL color Cylindrical-coordinate representation of color #B2507B: hue angle of 333.67º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B2507B is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 80 123 -
CMYK 0 0.55 0.31 0.30
HSL 333.67º 0.39% 0.51% -
HSV(B) 333.67º 0.55% 0.7% -
XYZ 24.8 16.63 20.64 -
YUV 114.2 132.97 173.5 -
System Red Green Blue C M Y K H S L
Decimal 178 80 123 0 0.55 0.31 0.30 333.67 0.39 0.51
Hex B2 50 7B 0 37 1F 1E 14E 27 33
Octal 262 120 173 0 67 37 36 516 47 63
Binary 10110010 1010000 1111011 0 110111 11111 11110 101001110 100111 110011

Color Harmonies of #B2507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2507B

Black with #B2507B

Text Example


Text Example

White with #B2507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2507B; }

 p { color: rgb(178,80,123); }

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

background-color css

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

 a { background-color: rgb(178,80,123); }

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

border-color css

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

 span { border-color: rgb(178,80,123); }

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