Html Css Color HEX #B865FE Heliotrope

📋 copy color: '#B865FE'

red 184 ◦ green 101 ◦ blue 254

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

Shades of Heliotrope #B865FE

Tints of Heliotrope #B865FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.12%

R = 34.14%
G = 18.74%
B = 47.12%

CMYK

 C value IS 0.28

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B865FE (or 0xB865FE) is known color: Heliotrope. HEX triplet: B8, 65 and FE. RGB value is (184,101,254). Sum of RGB (Red+Green+Blue) = 184+101+254=539 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.14% from 539); Green value is 101 (39.84% from 255 or 18.74% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #B865FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B865FE is #479A01. Grayscale: #8E8E8E. Windows color (decimal): -4692482 or 16672184. OLE color: 16672184.

HSL color Cylindrical-coordinate representation of color #B865FE: hue angle of 272.55º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B865FE is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 184 101 254 -
CMYK 0.28 0.60 0 0.00
HSL 272.55º 0.99% 0.7% -
HSV(B) 272.55º 0.6% 1% -
XYZ 42.31 26.65 96.68 -
YUV 143.26 190.5 157.06 -
System Red Green Blue C M Y K H S L
Decimal 184 101 254 0.28 0.60 0 0.00 272.55 0.99 0.7
Hex B8 65 FE 1C 3C 0 0 111 63 46
Octal 270 145 376 34 74 0 0 421 143 106
Binary 10111000 1100101 11111110 11100 111100 0 0 100010001 1100011 1000110

Color Harmonies of #B865FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B865FE

Black with #B865FE

Text Example


Text Example

White with #B865FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B865FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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