Html Css Color HEX #B23EA4 Violet Blue

📋 copy color: '#B23EA4'

red 178 ◦ green 62 ◦ blue 164

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

Shades of Violet Blue #B23EA4

Tints of Violet Blue #B23EA4

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.35%

 BLUE value IS 164 (64.45% from 255) = 40.59%

R = 44.06%
G = 15.35%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B23EA4 (or 0xB23EA4) is known color: Violet Blue. HEX triplet: B2, 3E and A4. RGB value is (178,62,164). Sum of RGB (Red+Green+Blue) = 178+62+164=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 62 (24.61% from 255 or 15.35% from 404); Blue value is 164 (64.45% from 255 or 40.59% from 404); Max value from RGB is 178 - color contains mainly: red. Hex color #B23EA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23EA4 is #4DC15B. Grayscale: #6C6C6C. Windows color (decimal): -5095772 or 10763954. OLE color: 10763954.

HSL color Cylindrical-coordinate representation of color #B23EA4: hue angle of 307.24º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B23EA4 is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 62 164 -
CMYK 0 0.65 0.08 0.30
HSL 307.24º 0.48% 0.47% -
HSV(B) 307.24º 0.65% 0.7% -
XYZ 26.78 15.59 36.72 -
YUV 108.31 159.43 177.71 -
System Red Green Blue C M Y K H S L
Decimal 178 62 164 0 0.65 0.08 0.30 307.24 0.48 0.47
Hex B2 3E A4 0 41 8 1E 133 30 2F
Octal 262 76 244 0 101 10 36 463 60 57
Binary 10110010 111110 10100100 0 1000001 1000 11110 100110011 110000 101111

Color Harmonies of #B23EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23EA4

Black with #B23EA4

Text Example


Text Example

White with #B23EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23EA4; }

 p { color: rgb(178,62,164); }

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

background-color css

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

 a { background-color: rgb(178,62,164); }

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

border-color css

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

 span { border-color: rgb(178,62,164); }

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