Html Css Color HEX #B85FFF Heliotrope

📋 copy color: '#B85FFF'

red 184 ◦ green 95 ◦ blue 255

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

Shades of Heliotrope #B85FFF

Tints of Heliotrope #B85FFF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.79%

 BLUE value IS 255 (100% from 255) = 47.75%

R = 34.46%
G = 17.79%
B = 47.75%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B85FFF (or 0xB85FFF) is known color: Heliotrope. HEX triplet: B8, 5F and FF. RGB value is (184,95,255). Sum of RGB (Red+Green+Blue) = 184+95+255=534 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.46% from 534); Green value is 95 (37.5% from 255 or 17.79% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #B85FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85FFF is #47A000. Grayscale: #8B8B8B. Windows color (decimal): -4694017 or 16736184. OLE color: 16736184.

HSL color Cylindrical-coordinate representation of color #B85FFF: hue angle of 273.38º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B85FFF is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 184 95 255 -
CMYK 0.28 0.63 0 0
HSL 273.38º 1% 0.69% -
HSV(B) 273.38º 0.63% 1% -
XYZ 41.91 25.59 97.34 -
YUV 139.85 192.99 159.49 -
System Red Green Blue C M Y K H S L
Decimal 184 95 255 0.28 0.63 0 0 273.38 1 0.69
Hex B8 5F FF 1C 3F 0 0 111 64 45
Octal 270 137 377 34 77 0 0 421 144 105
Binary 10111000 1011111 11111111 11100 111111 0 0 100010001 1100100 1000101

Color Harmonies of #B85FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85FFF

Black with #B85FFF

Text Example


Text Example

White with #B85FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85FFF; }

 p { color: rgb(184,95,255); }

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

background-color css

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

 a { background-color: rgb(184,95,255); }

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

border-color css

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

 span { border-color: rgb(184,95,255); }

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