Html Css Color HEX #B23AFB Blue Violet

📋 copy color: '#B23AFB'

red 178 ◦ green 58 ◦ blue 251

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

Shades of Blue Violet #B23AFB

Tints of Blue Violet #B23AFB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.91%

 BLUE value IS 251 (98.44% from 255) = 51.54%

R = 36.55%
G = 11.91%
B = 51.54%

CMYK

 C value IS 0.29

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B23AFB (or 0xB23AFB) is known color: Blue Violet. HEX triplet: B2, 3A and FB. RGB value is (178,58,251). Sum of RGB (Red+Green+Blue) = 178+58+251=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 58 (23.05% from 255 or 11.91% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #B23AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23AFB is #4DC504. Grayscale: #737373. Windows color (decimal): -5096709 or 16464562. OLE color: 16464562.

HSL color Cylindrical-coordinate representation of color #B23AFB: hue angle of 277.31º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B23AFB is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 58 251 -
CMYK 0.29 0.77 0 0.02
HSL 277.31º 0.96% 0.61% -
HSV(B) 277.31º 0.77% 0.98% -
XYZ 37.29 19.46 93.06 -
YUV 115.88 204.26 172.31 -
System Red Green Blue C M Y K H S L
Decimal 178 58 251 0.29 0.77 0 0.02 277.31 0.96 0.61
Hex B2 3A FB 1D 4D 0 2 115 60 3D
Octal 262 72 373 35 115 0 2 425 140 75
Binary 10110010 111010 11111011 11101 1001101 0 10 100010101 1100000 111101

Color Harmonies of #B23AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23AFB

Black with #B23AFB

Text Example


Text Example

White with #B23AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23AFB; }

 p { color: rgb(178,58,251); }

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

background-color css

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

 a { background-color: rgb(178,58,251); }

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

border-color css

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

 span { border-color: rgb(178,58,251); }

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