Html Css Color HEX #B675C4 East Side

📋 copy color: '#B675C4'

red 182 ◦ green 117 ◦ blue 196

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

Shades of East Side #B675C4

Tints of East Side #B675C4

RGB

 RED value IS 182 (71.48% from 255) = 36.77%

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

 BLUE value IS 196 (76.95% from 255) = 39.6%

R = 36.77%
G = 23.64%
B = 39.6%

CMYK

 C value IS 0.07

 M value IS 0.40

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B675C4 (or 0xB675C4) is known color: East Side. HEX triplet: B6, 75 and C4. RGB value is (182,117,196). Sum of RGB (Red+Green+Blue) = 182+117+196=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 117 (46.09% from 255 or 23.64% from 495); Blue value is 196 (76.95% from 255 or 39.60% from 495); Max value from RGB is 196 - color contains mainly: blue. Hex color #B675C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B675C4 is #498A3B. Grayscale: #919191. Windows color (decimal): -4819516 or 12875190. OLE color: 12875190.

HSL color Cylindrical-coordinate representation of color #B675C4: hue angle of 289.37º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B675C4 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 182 117 196 -
CMYK 0.07 0.40 0 0.23
HSL 289.37º 0.4% 0.61% -
HSV(B) 289.37º 0.4% 0.77% -
XYZ 35.62 26.65 55.49 -
YUV 145.44 156.53 154.08 -
System Red Green Blue C M Y K H S L
Decimal 182 117 196 0.07 0.40 0 0.23 289.37 0.4 0.61
Hex B6 75 C4 7 28 0 17 121 28 3D
Octal 266 165 304 7 50 0 27 441 50 75
Binary 10110110 1110101 11000100 111 101000 0 10111 100100001 101000 111101

Color Harmonies of #B675C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B675C4

Black with #B675C4

Text Example


Text Example

White with #B675C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B675C4; }

 p { color: rgb(182,117,196); }

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

background-color css

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

 a { background-color: rgb(182,117,196); }

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

border-color css

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

 span { border-color: rgb(182,117,196); }

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