Html Css Color HEX #B875FA Heliotrope

📋 copy color: '#B875FA'

red 184 ◦ green 117 ◦ blue 250

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

Shades of Heliotrope #B875FA

Tints of Heliotrope #B875FA

RGB

 RED value IS 184 (72.27% from 255) = 33.39%

 GREEN value IS 117 (46.09% from 255) = 21.23%

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

R = 33.39%
G = 21.23%
B = 45.37%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B875FA (or 0xB875FA) is known color: Heliotrope. HEX triplet: B8, 75 and FA. RGB value is (184,117,250). Sum of RGB (Red+Green+Blue) = 184+117+250=551 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.39% from 551); Green value is 117 (46.09% from 255 or 21.23% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #B875FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B875FA is #478A05. Grayscale: #979797. Windows color (decimal): -4688390 or 16414136. OLE color: 16414136.

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

Color convert

RGB 184 117 250 -
CMYK 0.26 0.53 0 0.02
HSL 270.23º 0.93% 0.72% -
HSV(B) 270.23º 0.53% 0.98% -
XYZ 43.38 29.82 93.91 -
YUV 152.2 183.2 150.69 -
System Red Green Blue C M Y K H S L
Decimal 184 117 250 0.26 0.53 0 0.02 270.23 0.93 0.72
Hex B8 75 FA 1A 35 0 2 10E 5D 48
Octal 270 165 372 32 65 0 2 416 135 110
Binary 10111000 1110101 11111010 11010 110101 0 10 100001110 1011101 1001000

Color Harmonies of #B875FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B875FA

Black with #B875FA

Text Example


Text Example

White with #B875FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B875FA; }

 p { color: rgb(184,117,250); }

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

background-color css

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

 a { background-color: rgb(184,117,250); }

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

border-color css

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

 span { border-color: rgb(184,117,250); }

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