Html Css Color HEX #BC87FF Heliotrope

📋 copy color: '#BC87FF'

red 188 ◦ green 135 ◦ blue 255

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

Shades of Heliotrope #BC87FF

Tints of Heliotrope #BC87FF

RGB

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

 GREEN value IS 135 (53.13% from 255) = 23.36%

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

R = 32.53%
G = 23.36%
B = 44.12%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC87FF (or 0xBC87FF) is known color: Heliotrope. HEX triplet: BC, 87 and FF. RGB value is (188,135,255). Sum of RGB (Red+Green+Blue) = 188+135+255=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 135 (53.12% from 255 or 23.36% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC87FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC87FF is #437800. Grayscale: #A4A4A4. Windows color (decimal): -4421633 or 16746428. OLE color: 16746428.

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

Color convert

RGB 188 135 255 -
CMYK 0.26 0.47 0 0
HSL 266.5º 1% 0.76% -
HSV(B) 266.5º 0.47% 1% -
XYZ 47.45 35.24 98.91 -
YUV 164.53 179.06 144.74 -
System Red Green Blue C M Y K H S L
Decimal 188 135 255 0.26 0.47 0 0 266.5 1 0.76
Hex BC 87 FF 1A 2F 0 0 10A 64 4C
Octal 274 207 377 32 57 0 0 412 144 114
Binary 10111100 10000111 11111111 11010 101111 0 0 100001010 1100100 1001100

Color Harmonies of #BC87FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC87FF

Black with #BC87FF

Text Example


Text Example

White with #BC87FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC87FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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