Html Css Color HEX #BC43F8 Medium Orchid

📋 copy color: '#BC43F8'

red 188 ◦ green 67 ◦ blue 248

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

Shades of Medium Orchid #BC43F8

Tints of Medium Orchid #BC43F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 49.3%

R = 37.38%
G = 13.32%
B = 49.3%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BC43F8 (or 0xBC43F8) is known color: Medium Orchid. HEX triplet: BC, 43 and F8. RGB value is (188,67,248). Sum of RGB (Red+Green+Blue) = 188+67+248=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 67 (26.56% from 255 or 13.32% from 503); Blue value is 248 (97.27% from 255 or 49.30% from 503); Max value from RGB is 248 - color contains mainly: blue. Hex color #BC43F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC43F8 is #43BC07. Grayscale: #7B7B7B. Windows color (decimal): -4439048 or 16270268. OLE color: 16270268.

HSL color Cylindrical-coordinate representation of color #BC43F8: hue angle of 280.11º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC43F8 is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 67 248 -
CMYK 0.24 0.73 0 0.03
HSL 280.11º 0.93% 0.62% -
HSV(B) 280.11º 0.73% 0.97% -
XYZ 39.69 21.48 90.86 -
YUV 123.81 198.09 173.78 -
System Red Green Blue C M Y K H S L
Decimal 188 67 248 0.24 0.73 0 0.03 280.11 0.93 0.62
Hex BC 43 F8 18 49 0 3 118 5D 3E
Octal 274 103 370 30 111 0 3 430 135 76
Binary 10111100 1000011 11111000 11000 1001001 0 11 100011000 1011101 111110

Color Harmonies of #BC43F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC43F8

Black with #BC43F8

Text Example


Text Example

White with #BC43F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC43F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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