Html Css Color HEX #B65FFF Heliotrope

📋 copy color: '#B65FFF'

red 182 ◦ green 95 ◦ blue 255

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

Shades of Heliotrope #B65FFF

Tints of Heliotrope #B65FFF

RGB

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

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

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

R = 34.21%
G = 17.86%
B = 47.93%

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

#B65FFF (or 0xB65FFF) is known color: Heliotrope. HEX triplet: B6, 5F and FF. RGB value is (182,95,255). Sum of RGB (Red+Green+Blue) = 182+95+255=532 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.21% from 532); Green value is 95 (37.5% from 255 or 17.86% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #B65FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65FFF is #49A000. Grayscale: #8A8A8A. Windows color (decimal): -4825089 or 16736182. OLE color: 16736182.

HSL color Cylindrical-coordinate representation of color #B65FFF: hue angle of 272.62º 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 #B65FFF is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 182 95 255 -
CMYK 0.29 0.63 0 0
HSL 272.63º 1% 0.69% -
HSV(B) 272.63º 0.63% 1% -
XYZ 41.43 25.35 97.32 -
YUV 139.25 193.32 158.49 -
System Red Green Blue C M Y K H S L
Decimal 182 95 255 0.29 0.63 0 0 272.63 1 0.69
Hex B6 5F FF 1D 3F 0 0 111 64 45
Octal 266 137 377 35 77 0 0 421 144 105
Binary 10110110 1011111 11111111 11101 111111 0 0 100010001 1100100 1000101

Color Harmonies of #B65FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65FFF

Black with #B65FFF

Text Example


Text Example

White with #B65FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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