Html Css Color HEX #BC43FA Medium Orchid

📋 copy color: '#BC43FA'

red 188 ◦ green 67 ◦ blue 250

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

Shades of Medium Orchid #BC43FA

Tints of Medium Orchid #BC43FA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.27%

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

R = 37.23%
G = 13.27%
B = 49.5%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC43FA (or 0xBC43FA) is known color: Medium Orchid. HEX triplet: BC, 43 and FA. RGB value is (188,67,250). Sum of RGB (Red+Green+Blue) = 188+67+250=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 67 (26.56% from 255 or 13.27% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC43FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC43FA is #43BC05. Grayscale: #7B7B7B. Windows color (decimal): -4439046 or 16401340. OLE color: 16401340.

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

Color convert

RGB 188 67 250 -
CMYK 0.25 0.73 0 0.02
HSL 279.67º 0.95% 0.62% -
HSV(B) 279.67º 0.73% 0.98% -
XYZ 40 21.61 92.5 -
YUV 124.04 199.09 173.62 -
System Red Green Blue C M Y K H S L
Decimal 188 67 250 0.25 0.73 0 0.02 279.67 0.95 0.62
Hex BC 43 FA 19 49 0 2 118 5F 3E
Octal 274 103 372 31 111 0 2 430 137 76
Binary 10111100 1000011 11111010 11001 1001001 0 10 100011000 1011111 111110

Color Harmonies of #BC43FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC43FA

Black with #BC43FA

Text Example


Text Example

White with #BC43FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC43FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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