Html Css Color HEX #BF75B2 London Hue

📋 copy color: '#BF75B2'

red 191 ◦ green 117 ◦ blue 178

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

Shades of London Hue #BF75B2

Tints of London Hue #BF75B2

RGB

 RED value IS 191 (75% from 255) = 39.3%

 GREEN value IS 117 (46.09% from 255) = 24.07%

 BLUE value IS 178 (69.92% from 255) = 36.63%

R = 39.3%
G = 24.07%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF75B2 (or 0xBF75B2) is known color: London Hue. HEX triplet: BF, 75 and B2. RGB value is (191,117,178). Sum of RGB (Red+Green+Blue) = 191+117+178=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 191 - color contains mainly: red. Hex color #BF75B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF75B2 is #408A4D. Grayscale: #919191. Windows color (decimal): -4229710 or 11695551. OLE color: 11695551.

HSL color Cylindrical-coordinate representation of color #BF75B2: hue angle of 310.54º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF75B2 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 117 178 -
CMYK 0 0.39 0.07 0.25
HSL 310.54º 0.37% 0.6% -
HSV(B) 310.54º 0.39% 0.75% -
XYZ 35.88 27.01 45.44 -
YUV 146.08 146.02 160.04 -
System Red Green Blue C M Y K H S L
Decimal 191 117 178 0 0.39 0.07 0.25 310.54 0.37 0.6
Hex BF 75 B2 0 27 7 19 137 25 3C
Octal 277 165 262 0 47 7 31 467 45 74
Binary 10111111 1110101 10110010 0 100111 111 11001 100110111 100101 111100

Color Harmonies of #BF75B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF75B2

Black with #BF75B2

Text Example


Text Example

White with #BF75B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF75B2; }

 p { color: rgb(191,117,178); }

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

background-color css

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

 a { background-color: rgb(191,117,178); }

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

border-color css

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

 span { border-color: rgb(191,117,178); }

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