Html Css Color HEX #B237FA Blue Violet

📋 copy color: '#B237FA'

red 178 ◦ green 55 ◦ blue 250

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

Shades of Blue Violet #B237FA

Tints of Blue Violet #B237FA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.39%

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

R = 36.85%
G = 11.39%
B = 51.76%

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

#B237FA (or 0xB237FA) is known color: Blue Violet. HEX triplet: B2, 37 and FA. RGB value is (178,55,250). Sum of RGB (Red+Green+Blue) = 178+55+250=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 55 (21.88% from 255 or 11.39% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #B237FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B237FA is #4DC805. Grayscale: #717171. Windows color (decimal): -5097478 or 16398258. OLE color: 16398258.

HSL color Cylindrical-coordinate representation of color #B237FA: hue angle of 277.85º 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 #B237FA is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 55 250 -
CMYK 0.29 0.78 0 0.02
HSL 277.85º 0.95% 0.6% -
HSV(B) 277.85º 0.78% 0.98% -
XYZ 36.98 19.1 92.18 -
YUV 114.01 204.75 173.64 -
System Red Green Blue C M Y K H S L
Decimal 178 55 250 0.29 0.78 0 0.02 277.85 0.95 0.6
Hex B2 37 FA 1D 4E 0 2 116 5F 3C
Octal 262 67 372 35 116 0 2 426 137 74
Binary 10110010 110111 11111010 11101 1001110 0 10 100010110 1011111 111100

Color Harmonies of #B237FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B237FA

Black with #B237FA

Text Example


Text Example

White with #B237FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B237FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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