Html Css Color HEX #B868F9 Heliotrope

📋 copy color: '#B868F9'

red 184 ◦ green 104 ◦ blue 249

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

Shades of Heliotrope #B868F9

Tints of Heliotrope #B868F9

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.37%

 BLUE value IS 249 (97.66% from 255) = 46.37%

R = 34.26%
G = 19.37%
B = 46.37%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B868F9 (or 0xB868F9) is known color: Heliotrope. HEX triplet: B8, 68 and F9. RGB value is (184,104,249). Sum of RGB (Red+Green+Blue) = 184+104+249=537 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.26% from 537); Green value is 104 (41.02% from 255 or 19.37% from 537); Blue value is 249 (97.66% from 255 or 46.37% from 537); Max value from RGB is 249 - color contains mainly: blue. Hex color #B868F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B868F9 is #479706. Grayscale: #8F8F8F. Windows color (decimal): -4691719 or 16345272. OLE color: 16345272.

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

Color convert

RGB 184 104 249 -
CMYK 0.26 0.58 0 0.02
HSL 273.1º 0.92% 0.69% -
HSV(B) 273.1º 0.58% 0.98% -
XYZ 41.82 26.93 92.62 -
YUV 144.45 187 156.21 -
System Red Green Blue C M Y K H S L
Decimal 184 104 249 0.26 0.58 0 0.02 273.1 0.92 0.69
Hex B8 68 F9 1A 3A 0 2 111 5C 45
Octal 270 150 371 32 72 0 2 421 134 105
Binary 10111000 1101000 11111001 11010 111010 0 10 100010001 1011100 1000101

Color Harmonies of #B868F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B868F9

Black with #B868F9

Text Example


Text Example

White with #B868F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B868F9; }

 p { color: rgb(184,104,249); }

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

background-color css

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

 a { background-color: rgb(184,104,249); }

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

border-color css

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

 span { border-color: rgb(184,104,249); }

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