Html Css Color HEX #BC84FC Heliotrope

📋 copy color: '#BC84FC'

red 188 ◦ green 132 ◦ blue 252

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

Shades of Heliotrope #BC84FC

Tints of Heliotrope #BC84FC

RGB

 RED value IS 188 (73.83% from 255) = 32.87%

 GREEN value IS 132 (51.95% from 255) = 23.08%

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

R = 32.87%
G = 23.08%
B = 44.06%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC84FC (or 0xBC84FC) is known color: Heliotrope. HEX triplet: BC, 84 and FC. RGB value is (188,132,252). Sum of RGB (Red+Green+Blue) = 188+132+252=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 132 (51.95% from 255 or 23.08% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC84FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC84FC is #437B03. Grayscale: #A2A2A2. Windows color (decimal): -4422404 or 16549052. OLE color: 16549052.

HSL color Cylindrical-coordinate representation of color #BC84FC: hue angle of 268º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC84FC is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 132 252 -
CMYK 0.25 0.48 0 0.01
HSL 268º 0.95% 0.75% -
HSV(B) 268º 0.48% 0.99% -
XYZ 46.56 34.22 96.25 -
YUV 162.42 178.55 146.24 -
System Red Green Blue C M Y K H S L
Decimal 188 132 252 0.25 0.48 0 0.01 268 0.95 0.75
Hex BC 84 FC 19 30 0 1 10C 5F 4B
Octal 274 204 374 31 60 0 1 414 137 113
Binary 10111100 10000100 11111100 11001 110000 0 1 100001100 1011111 1001011

Color Harmonies of #BC84FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC84FC

Black with #BC84FC

Text Example


Text Example

White with #BC84FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC84FC; }

 p { color: rgb(188,132,252); }

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

background-color css

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

 a { background-color: rgb(188,132,252); }

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

border-color css

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

 span { border-color: rgb(188,132,252); }

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