Html Css Color HEX #BC84FF Heliotrope

📋 copy color: '#BC84FF'

red 188 ◦ green 132 ◦ blue 255

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

Shades of Heliotrope #BC84FF

Tints of Heliotrope #BC84FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.35%

R = 32.7%
G = 22.96%
B = 44.35%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC84FF (or 0xBC84FF) is known color: Heliotrope. HEX triplet: BC, 84 and FF. RGB value is (188,132,255). Sum of RGB (Red+Green+Blue) = 188+132+255=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 132 (51.95% from 255 or 22.96% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC84FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC84FF is #437B00. Grayscale: #A2A2A2. Windows color (decimal): -4422401 or 16745660. OLE color: 16745660.

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

Color convert

RGB 188 132 255 -
CMYK 0.26 0.48 0 0
HSL 267.32º 1% 0.76% -
HSV(B) 267.32º 0.48% 1% -
XYZ 47.04 34.41 98.77 -
YUV 162.77 180.05 146 -
System Red Green Blue C M Y K H S L
Decimal 188 132 255 0.26 0.48 0 0 267.32 1 0.76
Hex BC 84 FF 1A 30 0 0 10B 64 4C
Octal 274 204 377 32 60 0 0 413 144 114
Binary 10111100 10000100 11111111 11010 110000 0 0 100001011 1100100 1001100

Color Harmonies of #BC84FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC84FF

Black with #BC84FF

Text Example


Text Example

White with #BC84FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC84FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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