Html Css Color HEX #BC84FE Heliotrope

📋 copy color: '#BC84FE'

red 188 ◦ green 132 ◦ blue 254

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

Shades of Heliotrope #BC84FE

Tints of Heliotrope #BC84FE

RGB

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

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

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

R = 32.75%
G = 23%
B = 44.25%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BC84FE (or 0xBC84FE) is known color: Heliotrope. HEX triplet: BC, 84 and FE. RGB value is (188,132,254). Sum of RGB (Red+Green+Blue) = 188+132+254=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 132 (51.95% from 255 or 23.00% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC84FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC84FE is #437B01. Grayscale: #A2A2A2. Windows color (decimal): -4422402 or 16680124. OLE color: 16680124.

HSL color Cylindrical-coordinate representation of color #BC84FE: hue angle of 267.54º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC84FE is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 132 254 -
CMYK 0.26 0.48 0 0.00
HSL 267.54º 0.98% 0.76% -
HSV(B) 267.54º 0.48% 1% -
XYZ 46.88 34.35 97.93 -
YUV 162.65 179.55 146.08 -
System Red Green Blue C M Y K H S L
Decimal 188 132 254 0.26 0.48 0 0.00 267.54 0.98 0.76
Hex BC 84 FE 1A 30 0 0 10C 62 4C
Octal 274 204 376 32 60 0 0 414 142 114
Binary 10111100 10000100 11111110 11010 110000 0 0 100001100 1100010 1001100

Color Harmonies of #BC84FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC84FE

Black with #BC84FE

Text Example


Text Example

White with #BC84FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC84FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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