Html Css Color HEX #B07BBD East Side

📋 copy color: '#B07BBD'

red 176 ◦ green 123 ◦ blue 189

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

Shades of East Side #B07BBD

Tints of East Side #B07BBD

RGB

 RED value IS 176 (69.14% from 255) = 36.07%

 GREEN value IS 123 (48.44% from 255) = 25.2%

 BLUE value IS 189 (74.22% from 255) = 38.73%

R = 36.07%
G = 25.2%
B = 38.73%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B07BBD (or 0xB07BBD) is known color: East Side. HEX triplet: B0, 7B and BD. RGB value is (176,123,189). Sum of RGB (Red+Green+Blue) = 176+123+189=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 123 (48.44% from 255 or 25.20% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 189 - color contains mainly: blue. Hex color #B07BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07BBD is #4F8442. Grayscale: #929292. Windows color (decimal): -5211203 or 12417968. OLE color: 12417968.

HSL color Cylindrical-coordinate representation of color #B07BBD: hue angle of 288.18º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B07BBD is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 123 189 -
CMYK 0.07 0.35 0 0.26
HSL 288.18º 0.33% 0.61% -
HSV(B) 288.18º 0.35% 0.74% -
XYZ 34.17 27.07 51.57 -
YUV 146.37 152.06 149.13 -
System Red Green Blue C M Y K H S L
Decimal 176 123 189 0.07 0.35 0 0.26 288.18 0.33 0.61
Hex B0 7B BD 7 23 0 1A 120 21 3D
Octal 260 173 275 7 43 0 32 440 41 75
Binary 10110000 1111011 10111101 111 100011 0 11010 100100000 100001 111101

Color Harmonies of #B07BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07BBD

Black with #B07BBD

Text Example


Text Example

White with #B07BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07BBD; }

 p { color: rgb(176,123,189); }

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

background-color css

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

 a { background-color: rgb(176,123,189); }

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

border-color css

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

 span { border-color: rgb(176,123,189); }

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