Html Css Color HEX #BC83FA Heliotrope

📋 copy color: '#BC83FA'

red 188 ◦ green 131 ◦ blue 250

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

Shades of Heliotrope #BC83FA

Tints of Heliotrope #BC83FA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.02%

 BLUE value IS 250 (98.05% from 255) = 43.94%

R = 33.04%
G = 23.02%
B = 43.94%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC83FA (or 0xBC83FA) is known color: Heliotrope. HEX triplet: BC, 83 and FA. RGB value is (188,131,250). Sum of RGB (Red+Green+Blue) = 188+131+250=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 131 (51.56% from 255 or 23.02% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC83FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC83FA is #437C05. Grayscale: #A1A1A1. Windows color (decimal): -4422662 or 16417724. OLE color: 16417724.

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

Color convert

RGB 188 131 250 -
CMYK 0.25 0.48 0 0.02
HSL 268.74º 0.92% 0.75% -
HSV(B) 268.74º 0.48% 0.98% -
XYZ 46.11 33.83 94.54 -
YUV 161.61 177.88 146.82 -
System Red Green Blue C M Y K H S L
Decimal 188 131 250 0.25 0.48 0 0.02 268.74 0.92 0.75
Hex BC 83 FA 19 30 0 2 10D 5C 4B
Octal 274 203 372 31 60 0 2 415 134 113
Binary 10111100 10000011 11111010 11001 110000 0 10 100001101 1011100 1001011

Color Harmonies of #BC83FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC83FA

Black with #BC83FA

Text Example


Text Example

White with #BC83FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC83FA; }

 p { color: rgb(188,131,250); }

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

background-color css

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

 a { background-color: rgb(188,131,250); }

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

border-color css

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

 span { border-color: rgb(188,131,250); }

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