Html Css Color HEX #B238FA Blue Violet

📋 copy color: '#B238FA'

red 178 ◦ green 56 ◦ blue 250

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

Shades of Blue Violet #B238FA

Tints of Blue Violet #B238FA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.57%

 BLUE value IS 250 (98.05% from 255) = 51.65%

R = 36.78%
G = 11.57%
B = 51.65%

CMYK

 C value IS 0.29

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B238FA (or 0xB238FA) is known color: Blue Violet. HEX triplet: B2, 38 and FA. RGB value is (178,56,250). Sum of RGB (Red+Green+Blue) = 178+56+250=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 56 (22.27% from 255 or 11.57% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #B238FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B238FA is #4DC705. Grayscale: #717171. Windows color (decimal): -5097222 or 16398514. OLE color: 16398514.

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

Color convert

RGB 178 56 250 -
CMYK 0.29 0.78 0 0.02
HSL 277.73º 0.95% 0.6% -
HSV(B) 277.73º 0.78% 0.98% -
XYZ 37.03 19.2 92.2 -
YUV 114.59 204.42 173.23 -
System Red Green Blue C M Y K H S L
Decimal 178 56 250 0.29 0.78 0 0.02 277.73 0.95 0.6
Hex B2 38 FA 1D 4E 0 2 116 5F 3C
Octal 262 70 372 35 116 0 2 426 137 74
Binary 10110010 111000 11111010 11101 1001110 0 10 100010110 1011111 111100

Color Harmonies of #B238FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B238FA

Black with #B238FA

Text Example


Text Example

White with #B238FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B238FA; }

 p { color: rgb(178,56,250); }

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

background-color css

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

 a { background-color: rgb(178,56,250); }

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

border-color css

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

 span { border-color: rgb(178,56,250); }

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