Html Css Color HEX #BC43FF Medium Orchid

📋 copy color: '#BC43FF'

red 188 ◦ green 67 ◦ blue 255

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

Shades of Medium Orchid #BC43FF

Tints of Medium Orchid #BC43FF

RGB

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

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

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

R = 36.86%
G = 13.14%
B = 50%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC43FF (or 0xBC43FF) is known color: Medium Orchid. HEX triplet: BC, 43 and FF. RGB value is (188,67,255). Sum of RGB (Red+Green+Blue) = 188+67+255=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 67 (26.56% from 255 or 13.14% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC43FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC43FF is #43BC00. Grayscale: #7B7B7B. Windows color (decimal): -4439041 or 16729020. OLE color: 16729020.

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

Color convert

RGB 188 67 255 -
CMYK 0.26 0.74 0 0
HSL 278.62º 1% 0.63% -
HSV(B) 278.62º 0.74% 1% -
XYZ 40.8 21.93 96.69 -
YUV 124.61 201.59 173.21 -
System Red Green Blue C M Y K H S L
Decimal 188 67 255 0.26 0.74 0 0 278.62 1 0.63
Hex BC 43 FF 1A 4A 0 0 117 64 3F
Octal 274 103 377 32 112 0 0 427 144 77
Binary 10111100 1000011 11111111 11010 1001010 0 0 100010111 1100100 111111

Color Harmonies of #BC43FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC43FF

Black with #BC43FF

Text Example


Text Example

White with #BC43FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC43FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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