Html Css Color HEX #BB65FE Heliotrope

📋 copy color: '#BB65FE'

red 187 ◦ green 101 ◦ blue 254

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

Shades of Heliotrope #BB65FE

Tints of Heliotrope #BB65FE

RGB

 RED value IS 187 (73.44% from 255) = 34.5%

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

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

R = 34.5%
G = 18.63%
B = 46.86%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BB65FE (or 0xBB65FE) is known color: Heliotrope. HEX triplet: BB, 65 and FE. RGB value is (187,101,254). Sum of RGB (Red+Green+Blue) = 187+101+254=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 101 (39.84% from 255 or 18.63% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB65FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB65FE is #449A01. Grayscale: #8F8F8F. Windows color (decimal): -4495874 or 16672187. OLE color: 16672187.

HSL color Cylindrical-coordinate representation of color #BB65FE: hue angle of 273.73º 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 #BB65FE is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 187 101 254 -
CMYK 0.26 0.60 0 0.00
HSL 273.73º 0.99% 0.7% -
HSV(B) 273.73º 0.6% 1% -
XYZ 43.04 27.03 96.71 -
YUV 144.16 189.99 158.56 -
System Red Green Blue C M Y K H S L
Decimal 187 101 254 0.26 0.60 0 0.00 273.73 0.99 0.7
Hex BB 65 FE 1A 3C 0 0 112 63 46
Octal 273 145 376 32 74 0 0 422 143 106
Binary 10111011 1100101 11111110 11010 111100 0 0 100010010 1100011 1000110

Color Harmonies of #BB65FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB65FE

Black with #BB65FE

Text Example


Text Example

White with #BB65FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB65FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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