Html Css Color HEX #BC2EEA Medium Orchid

📋 copy color: '#BC2EEA'

red 188 ◦ green 46 ◦ blue 234

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

Shades of Medium Orchid #BC2EEA

Tints of Medium Orchid #BC2EEA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.83%

 BLUE value IS 234 (91.8% from 255) = 50%

R = 40.17%
G = 9.83%
B = 50%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC2EEA (or 0xBC2EEA) is known color: Medium Orchid. HEX triplet: BC, 2E and EA. RGB value is (188,46,234). Sum of RGB (Red+Green+Blue) = 188+46+234=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 46 (18.36% from 255 or 9.83% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC2EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2EEA is #43D115. Grayscale: #6D6D6D. Windows color (decimal): -4444438 or 15347388. OLE color: 15347388.

HSL color Cylindrical-coordinate representation of color #BC2EEA: hue angle of 285.32º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2EEA is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 46 234 -
CMYK 0.20 0.80 0 0.08
HSL 285.32º 0.82% 0.55% -
HSV(B) 285.32º 0.8% 0.92% -
XYZ 36.57 18.59 79.5 -
YUV 109.89 198.04 183.71 -
System Red Green Blue C M Y K H S L
Decimal 188 46 234 0.20 0.80 0 0.08 285.32 0.82 0.55
Hex BC 2E EA 14 50 0 8 11D 52 37
Octal 274 56 352 24 120 0 10 435 122 67
Binary 10111100 101110 11101010 10100 1010000 0 1000 100011101 1010010 110111

Color Harmonies of #BC2EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2EEA

Black with #BC2EEA

Text Example


Text Example

White with #BC2EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2EEA; }

 p { color: rgb(188,46,234); }

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

background-color css

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

 a { background-color: rgb(188,46,234); }

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

border-color css

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

 span { border-color: rgb(188,46,234); }

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