Html Css Color HEX #B671FA Heliotrope

📋 copy color: '#B671FA'

red 182 ◦ green 113 ◦ blue 250

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

Shades of Heliotrope #B671FA

Tints of Heliotrope #B671FA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.73%

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

R = 33.39%
G = 20.73%
B = 45.87%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B671FA (or 0xB671FA) is known color: Heliotrope. HEX triplet: B6, 71 and FA. RGB value is (182,113,250). Sum of RGB (Red+Green+Blue) = 182+113+250=545 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.39% from 545); Green value is 113 (44.53% from 255 or 20.73% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #B671FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B671FA is #498E05. Grayscale: #949494. Windows color (decimal): -4820486 or 16413110. OLE color: 16413110.

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

Color convert

RGB 182 113 250 -
CMYK 0.27 0.55 0 0.02
HSL 270.22º 0.93% 0.71% -
HSV(B) 270.22º 0.55% 0.98% -
XYZ 42.45 28.66 93.74 -
YUV 149.25 184.86 151.36 -
System Red Green Blue C M Y K H S L
Decimal 182 113 250 0.27 0.55 0 0.02 270.22 0.93 0.71
Hex B6 71 FA 1B 37 0 2 10E 5D 47
Octal 266 161 372 33 67 0 2 416 135 107
Binary 10110110 1110001 11111010 11011 110111 0 10 100001110 1011101 1000111

Color Harmonies of #B671FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B671FA

Black with #B671FA

Text Example


Text Example

White with #B671FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B671FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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