Html Css Color HEX #BC53FF Medium Orchid

📋 copy color: '#BC53FF'

red 188 ◦ green 83 ◦ blue 255

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

Shades of Medium Orchid #BC53FF

Tints of Medium Orchid #BC53FF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.78%

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

R = 35.74%
G = 15.78%
B = 48.48%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC53FF (or 0xBC53FF) is known color: Medium Orchid. HEX triplet: BC, 53 and FF. RGB value is (188,83,255). Sum of RGB (Red+Green+Blue) = 188+83+255=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 83 (32.81% from 255 or 15.78% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC53FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC53FF is #43AC00. Grayscale: #858585. Windows color (decimal): -4434945 or 16733116. OLE color: 16733116.

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

Color convert

RGB 188 83 255 -
CMYK 0.26 0.67 0 0
HSL 276.63º 1% 0.66% -
HSV(B) 276.63º 0.67% 1% -
XYZ 41.88 24.1 97.05 -
YUV 134 196.29 166.51 -
System Red Green Blue C M Y K H S L
Decimal 188 83 255 0.26 0.67 0 0 276.63 1 0.66
Hex BC 53 FF 1A 43 0 0 115 64 42
Octal 274 123 377 32 103 0 0 425 144 102
Binary 10111100 1010011 11111111 11010 1000011 0 0 100010101 1100100 1000010

Color Harmonies of #BC53FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC53FF

Black with #BC53FF

Text Example


Text Example

White with #BC53FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC53FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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