Html Css Color HEX #BC85FC Heliotrope

📋 copy color: '#BC85FC'

red 188 ◦ green 133 ◦ blue 252

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

Shades of Heliotrope #BC85FC

Tints of Heliotrope #BC85FC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.21%

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

R = 32.81%
G = 23.21%
B = 43.98%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC85FC (or 0xBC85FC) is known color: Heliotrope. HEX triplet: BC, 85 and FC. RGB value is (188,133,252). Sum of RGB (Red+Green+Blue) = 188+133+252=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 133 (52.34% from 255 or 23.21% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC85FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC85FC is #437A03. Grayscale: #A2A2A2. Windows color (decimal): -4422148 or 16549308. OLE color: 16549308.

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

Color convert

RGB 188 133 252 -
CMYK 0.25 0.47 0 0.01
HSL 267.73º 0.95% 0.75% -
HSV(B) 267.73º 0.47% 0.99% -
XYZ 46.7 34.49 96.29 -
YUV 163.01 178.22 145.82 -
System Red Green Blue C M Y K H S L
Decimal 188 133 252 0.25 0.47 0 0.01 267.73 0.95 0.75
Hex BC 85 FC 19 2F 0 1 10C 5F 4B
Octal 274 205 374 31 57 0 1 414 137 113
Binary 10111100 10000101 11111100 11001 101111 0 1 100001100 1011111 1001011

Color Harmonies of #BC85FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC85FC

Black with #BC85FC

Text Example


Text Example

White with #BC85FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC85FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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