Html Css Color HEX #BB63FA Heliotrope

📋 copy color: '#BB63FA'

red 187 ◦ green 99 ◦ blue 250

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

Shades of Heliotrope #BB63FA

Tints of Heliotrope #BB63FA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.47%

 BLUE value IS 250 (98.05% from 255) = 46.64%

R = 34.89%
G = 18.47%
B = 46.64%

CMYK

 C value IS 0.25

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB63FA (or 0xBB63FA) is known color: Heliotrope. HEX triplet: BB, 63 and FA. RGB value is (187,99,250). Sum of RGB (Red+Green+Blue) = 187+99+250=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 99 (39.06% from 255 or 18.47% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB63FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB63FA is #449C05. Grayscale: #8E8E8E. Windows color (decimal): -4496390 or 16409531. OLE color: 16409531.

HSL color Cylindrical-coordinate representation of color #BB63FA: hue angle of 274.97º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB63FA is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 99 250 -
CMYK 0.25 0.60 0 0.02
HSL 274.97º 0.94% 0.68% -
HSV(B) 274.97º 0.6% 0.98% -
XYZ 42.21 26.39 93.31 -
YUV 142.53 188.65 159.72 -
System Red Green Blue C M Y K H S L
Decimal 187 99 250 0.25 0.60 0 0.02 274.97 0.94 0.68
Hex BB 63 FA 19 3C 0 2 113 5E 44
Octal 273 143 372 31 74 0 2 423 136 104
Binary 10111011 1100011 11111010 11001 111100 0 10 100010011 1011110 1000100

Color Harmonies of #BB63FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB63FA

Black with #BB63FA

Text Example


Text Example

White with #BB63FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB63FA; }

 p { color: rgb(187,99,250); }

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

background-color css

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

 a { background-color: rgb(187,99,250); }

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

border-color css

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

 span { border-color: rgb(187,99,250); }

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