Html Css Color HEX #B872FD Heliotrope

📋 copy color: '#B872FD'

red 184 ◦ green 114 ◦ blue 253

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

Shades of Heliotrope #B872FD

Tints of Heliotrope #B872FD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.69%

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

R = 33.39%
G = 20.69%
B = 45.92%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B872FD (or 0xB872FD) is known color: Heliotrope. HEX triplet: B8, 72 and FD. RGB value is (184,114,253). Sum of RGB (Red+Green+Blue) = 184+114+253=551 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.39% from 551); Green value is 114 (44.92% from 255 or 20.69% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #B872FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B872FD is #478D02. Grayscale: #969696. Windows color (decimal): -4689155 or 16609976. OLE color: 16609976.

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

Color convert

RGB 184 114 253 -
CMYK 0.27 0.55 0 0.01
HSL 270.22º 0.97% 0.72% -
HSV(B) 270.22º 0.55% 0.99% -
XYZ 43.51 29.32 96.29 -
YUV 150.78 185.69 151.7 -
System Red Green Blue C M Y K H S L
Decimal 184 114 253 0.27 0.55 0 0.01 270.22 0.97 0.72
Hex B8 72 FD 1B 37 0 1 10E 61 48
Octal 270 162 375 33 67 0 1 416 141 110
Binary 10111000 1110010 11111101 11011 110111 0 1 100001110 1100001 1001000

Color Harmonies of #B872FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B872FD

Black with #B872FD

Text Example


Text Example

White with #B872FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B872FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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