Html Css Color HEX #BB63FC Heliotrope

📋 copy color: '#BB63FC'

red 187 ◦ green 99 ◦ blue 252

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

Shades of Heliotrope #BB63FC

Tints of Heliotrope #BB63FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.84%

R = 34.76%
G = 18.4%
B = 46.84%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB63FC (or 0xBB63FC) is known color: Heliotrope. HEX triplet: BB, 63 and FC. RGB value is (187,99,252). Sum of RGB (Red+Green+Blue) = 187+99+252=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 99 (39.06% from 255 or 18.40% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB63FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB63FC is #449C03. Grayscale: #8E8E8E. Windows color (decimal): -4496388 or 16540603. OLE color: 16540603.

HSL color Cylindrical-coordinate representation of color #BB63FC: hue angle of 274.51º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB63FC is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 99 252 -
CMYK 0.26 0.61 0 0.01
HSL 274.51º 0.96% 0.69% -
HSV(B) 274.51º 0.61% 0.99% -
XYZ 42.53 26.52 94.97 -
YUV 142.75 189.65 159.56 -
System Red Green Blue C M Y K H S L
Decimal 187 99 252 0.26 0.61 0 0.01 274.51 0.96 0.69
Hex BB 63 FC 1A 3D 0 1 113 60 45
Octal 273 143 374 32 75 0 1 423 140 105
Binary 10111011 1100011 11111100 11010 111101 0 1 100010011 1100000 1000101

Color Harmonies of #BB63FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB63FC

Black with #BB63FC

Text Example


Text Example

White with #BB63FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB63FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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