Html Css Color HEX #BC53EB Medium Orchid

📋 copy color: '#BC53EB'

red 188 ◦ green 83 ◦ blue 235

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

Shades of Medium Orchid #BC53EB

Tints of Medium Orchid #BC53EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.44%

R = 37.15%
G = 16.4%
B = 46.44%

CMYK

 C value IS 0.2

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC53EB (or 0xBC53EB) is known color: Medium Orchid. HEX triplet: BC, 53 and EB. RGB value is (188,83,235). Sum of RGB (Red+Green+Blue) = 188+83+235=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 83 (32.81% from 255 or 16.40% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC53EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC53EB is #43AC14. Grayscale: #838383. Windows color (decimal): -4434965 or 15422396. OLE color: 15422396.

HSL color Cylindrical-coordinate representation of color #BC53EB: hue angle of 281.45º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC53EB is Cyan = 0.2, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 83 235 -
CMYK 0.2 0.65 0 0.08
HSL 281.45º 0.79% 0.62% -
HSV(B) 281.45º 0.65% 0.92% -
XYZ 38.83 22.88 80.97 -
YUV 131.72 186.29 168.14 -
System Red Green Blue C M Y K H S L
Decimal 188 83 235 0.2 0.65 0 0.08 281.45 0.79 0.62
Hex BC 53 EB 14 41 0 8 119 4F 3E
Octal 274 123 353 24 101 0 10 431 117 76
Binary 10111100 1010011 11101011 10100 1000001 0 1000 100011001 1001111 111110

Color Harmonies of #BC53EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC53EB

Black with #BC53EB

Text Example


Text Example

White with #BC53EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC53EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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