Html Css Color HEX #B65EFF Heliotrope

📋 copy color: '#B65EFF'

red 182 ◦ green 94 ◦ blue 255

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

Shades of Heliotrope #B65EFF

Tints of Heliotrope #B65EFF

RGB

 RED value IS 182 (71.48% from 255) = 34.27%

 GREEN value IS 94 (37.11% from 255) = 17.7%

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

R = 34.27%
G = 17.7%
B = 48.02%

CMYK

 C value IS 0.29

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B65EFF (or 0xB65EFF) is known color: Heliotrope. HEX triplet: B6, 5E and FF. RGB value is (182,94,255). Sum of RGB (Red+Green+Blue) = 182+94+255=531 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.27% from 531); Green value is 94 (37.11% from 255 or 17.70% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #B65EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65EFF is #49A100. Grayscale: #8A8A8A. Windows color (decimal): -4825345 or 16735926. OLE color: 16735926.

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

Color convert

RGB 182 94 255 -
CMYK 0.29 0.63 0 0
HSL 272.8º 1% 0.68% -
HSV(B) 272.8º 0.63% 1% -
XYZ 41.34 25.17 97.29 -
YUV 138.67 193.65 158.91 -
System Red Green Blue C M Y K H S L
Decimal 182 94 255 0.29 0.63 0 0 272.8 1 0.68
Hex B6 5E FF 1D 3F 0 0 111 64 44
Octal 266 136 377 35 77 0 0 421 144 104
Binary 10110110 1011110 11111111 11101 111111 0 0 100010001 1100100 1000100

Color Harmonies of #B65EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65EFF

Black with #B65EFF

Text Example


Text Example

White with #B65EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65EFF; }

 p { color: rgb(182,94,255); }

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

background-color css

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

 a { background-color: rgb(182,94,255); }

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

border-color css

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

 span { border-color: rgb(182,94,255); }

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