Html Css Color HEX #B875FD Heliotrope

📋 copy color: '#B875FD'

red 184 ◦ green 117 ◦ blue 253

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

Shades of Heliotrope #B875FD

Tints of Heliotrope #B875FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.67%

R = 33.21%
G = 21.12%
B = 45.67%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B875FD (or 0xB875FD) is known color: Heliotrope. HEX triplet: B8, 75 and FD. RGB value is (184,117,253). Sum of RGB (Red+Green+Blue) = 184+117+253=554 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.21% from 554); Green value is 117 (46.09% from 255 or 21.12% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #B875FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B875FD is #478A02. Grayscale: #989898. Windows color (decimal): -4688387 or 16610744. OLE color: 16610744.

HSL color Cylindrical-coordinate representation of color #B875FD: hue angle of 269.56º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B875FD is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 184 117 253 -
CMYK 0.27 0.54 0 0.01
HSL 269.56º 0.97% 0.73% -
HSV(B) 269.56º 0.54% 0.99% -
XYZ 43.86 30 96.41 -
YUV 152.54 184.7 150.44 -
System Red Green Blue C M Y K H S L
Decimal 184 117 253 0.27 0.54 0 0.01 269.56 0.97 0.73
Hex B8 75 FD 1B 36 0 1 10E 61 49
Octal 270 165 375 33 66 0 1 416 141 111
Binary 10111000 1110101 11111101 11011 110110 0 1 100001110 1100001 1001001

Color Harmonies of #B875FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B875FD

Black with #B875FD

Text Example


Text Example

White with #B875FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B875FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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