Html Css Color HEX #B2507D Royal Heath

📋 copy color: '#B2507D'

red 178 ◦ green 80 ◦ blue 125

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

Shades of Royal Heath #B2507D

Tints of Royal Heath #B2507D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.64%

R = 46.48%
G = 20.89%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2507D (or 0xB2507D) is known color: Royal Heath. HEX triplet: B2, 50 and 7D. RGB value is (178,80,125). Sum of RGB (Red+Green+Blue) = 178+80+125=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B2507D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2507D is #4DAF82. Grayscale: #727272. Windows color (decimal): -5091203 or 8212658. OLE color: 8212658.

HSL color Cylindrical-coordinate representation of color #B2507D: hue angle of 332.45º 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 #B2507D is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 80 125 -
CMYK 0 0.55 0.30 0.30
HSL 332.45º 0.39% 0.51% -
HSV(B) 332.45º 0.55% 0.7% -
XYZ 24.93 16.68 21.31 -
YUV 114.43 133.97 173.34 -
System Red Green Blue C M Y K H S L
Decimal 178 80 125 0 0.55 0.30 0.30 332.45 0.39 0.51
Hex B2 50 7D 0 37 1E 1E 14C 27 33
Octal 262 120 175 0 67 36 36 514 47 63
Binary 10110010 1010000 1111101 0 110111 11110 11110 101001100 100111 110011

Color Harmonies of #B2507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2507D

Black with #B2507D

Text Example


Text Example

White with #B2507D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2507D; }

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

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

background-color css

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

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

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

border-color css

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

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

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