Html Css Color HEX #BC73EB Medium Orchid

📋 copy color: '#BC73EB'

red 188 ◦ green 115 ◦ blue 235

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

Shades of Medium Orchid #BC73EB

Tints of Medium Orchid #BC73EB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.38%

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

R = 34.94%
G = 21.38%
B = 43.68%

CMYK

 C value IS 0.2

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC73EB (or 0xBC73EB) is known color: Medium Orchid. HEX triplet: BC, 73 and EB. RGB value is (188,115,235). Sum of RGB (Red+Green+Blue) = 188+115+235=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 115 (45.31% from 255 or 21.38% from 538); Blue value is 235 (92.19% from 255 or 43.68% from 538); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC73EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC73EB is #438C14. Grayscale: #969696. Windows color (decimal): -4426773 or 15430588. OLE color: 15430588.

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

Color convert

RGB 188 115 235 -
CMYK 0.2 0.51 0 0.08
HSL 276.5º 0.75% 0.69% -
HSV(B) 276.5º 0.51% 0.92% -
XYZ 41.87 28.95 81.98 -
YUV 150.51 175.68 154.74 -
System Red Green Blue C M Y K H S L
Decimal 188 115 235 0.2 0.51 0 0.08 276.5 0.75 0.69
Hex BC 73 EB 14 33 0 8 114 4B 45
Octal 274 163 353 24 63 0 10 424 113 105
Binary 10111100 1110011 11101011 10100 110011 0 1000 100010100 1001011 1000101

Color Harmonies of #BC73EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC73EB

Black with #BC73EB

Text Example


Text Example

White with #BC73EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC73EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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