Html Css Color HEX #B865FD Heliotrope

📋 copy color: '#B865FD'

red 184 ◦ green 101 ◦ blue 253

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

Shades of Heliotrope #B865FD

Tints of Heliotrope #B865FD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.77%

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

R = 34.2%
G = 18.77%
B = 47.03%

CMYK

 C value IS 0.27

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B865FD (or 0xB865FD) is known color: Heliotrope. HEX triplet: B8, 65 and FD. RGB value is (184,101,253). Sum of RGB (Red+Green+Blue) = 184+101+253=538 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.20% from 538); Green value is 101 (39.84% from 255 or 18.77% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #B865FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B865FD is #479A02. Grayscale: #8E8E8E. Windows color (decimal): -4692483 or 16606648. OLE color: 16606648.

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

Color convert

RGB 184 101 253 -
CMYK 0.27 0.60 0 0.01
HSL 272.76º 0.97% 0.69% -
HSV(B) 272.76º 0.6% 0.99% -
XYZ 42.15 26.59 95.84 -
YUV 143.15 190 157.14 -
System Red Green Blue C M Y K H S L
Decimal 184 101 253 0.27 0.60 0 0.01 272.76 0.97 0.69
Hex B8 65 FD 1B 3C 0 1 111 61 45
Octal 270 145 375 33 74 0 1 421 141 105
Binary 10111000 1100101 11111101 11011 111100 0 1 100010001 1100001 1000101

Color Harmonies of #B865FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B865FD

Black with #B865FD

Text Example


Text Example

White with #B865FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B865FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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