Html Css Color HEX #B674FA Heliotrope

📋 copy color: '#B674FA'

red 182 ◦ green 116 ◦ blue 250

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

Shades of Heliotrope #B674FA

Tints of Heliotrope #B674FA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.17%

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

R = 33.21%
G = 21.17%
B = 45.62%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B674FA (or 0xB674FA) is known color: Heliotrope. HEX triplet: B6, 74 and FA. RGB value is (182,116,250). Sum of RGB (Red+Green+Blue) = 182+116+250=548 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.21% from 548); Green value is 116 (45.70% from 255 or 21.17% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #B674FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B674FA is #498B05. Grayscale: #969696. Windows color (decimal): -4819718 or 16413878. OLE color: 16413878.

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

Color convert

RGB 182 116 250 -
CMYK 0.27 0.54 0 0.02
HSL 269.55º 0.93% 0.72% -
HSV(B) 269.55º 0.54% 0.98% -
XYZ 42.79 29.34 93.85 -
YUV 151.01 183.87 150.1 -
System Red Green Blue C M Y K H S L
Decimal 182 116 250 0.27 0.54 0 0.02 269.55 0.93 0.72
Hex B6 74 FA 1B 36 0 2 10E 5D 48
Octal 266 164 372 33 66 0 2 416 135 110
Binary 10110110 1110100 11111010 11011 110110 0 10 100001110 1011101 1001000

Color Harmonies of #B674FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B674FA

Black with #B674FA

Text Example


Text Example

White with #B674FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B674FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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