Html Css Color HEX #B630FA Electric Purple

📋 copy color: '#B630FA'

red 182 ◦ green 48 ◦ blue 250

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

Shades of Electric Purple #B630FA

Tints of Electric Purple #B630FA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10%

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

R = 37.92%
G = 10%
B = 52.08%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B630FA (or 0xB630FA) is known color: Electric Purple. HEX triplet: B6, 30 and FA. RGB value is (182,48,250). Sum of RGB (Red+Green+Blue) = 182+48+250=480 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.92% from 480); Green value is 48 (19.14% from 255 or 10% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #B630FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B630FA is #49CF05. Grayscale: #6E6E6E. Windows color (decimal): -4837126 or 16396470. OLE color: 16396470.

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

Color convert

RGB 182 48 250 -
CMYK 0.27 0.81 0 0.02
HSL 279.8º 0.95% 0.58% -
HSV(B) 279.8º 0.81% 0.98% -
XYZ 37.6 18.96 92.12 -
YUV 111.09 206.39 178.57 -
System Red Green Blue C M Y K H S L
Decimal 182 48 250 0.27 0.81 0 0.02 279.8 0.95 0.58
Hex B6 30 FA 1B 51 0 2 118 5F 3A
Octal 266 60 372 33 121 0 2 430 137 72
Binary 10110110 110000 11111010 11011 1010001 0 10 100011000 1011111 111010

Color Harmonies of #B630FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B630FA

Black with #B630FA

Text Example


Text Example

White with #B630FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B630FA; }

 p { color: rgb(182,48,250); }

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

background-color css

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

 a { background-color: rgb(182,48,250); }

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

border-color css

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

 span { border-color: rgb(182,48,250); }

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