Html Css Color HEX #BC3EEA Medium Orchid

📋 copy color: '#BC3EEA'

red 188 ◦ green 62 ◦ blue 234

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

Shades of Medium Orchid #BC3EEA

Tints of Medium Orchid #BC3EEA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.81%

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

R = 38.84%
G = 12.81%
B = 48.35%

CMYK

 C value IS 0.20

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC3EEA (or 0xBC3EEA) is known color: Medium Orchid. HEX triplet: BC, 3E and EA. RGB value is (188,62,234). Sum of RGB (Red+Green+Blue) = 188+62+234=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 62 (24.61% from 255 or 12.81% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC3EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3EEA is #43C115. Grayscale: #767676. Windows color (decimal): -4440342 or 15351484. OLE color: 15351484.

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

Color convert

RGB 188 62 234 -
CMYK 0.20 0.74 0 0.08
HSL 283.95º 0.8% 0.58% -
HSV(B) 283.95º 0.74% 0.92% -
XYZ 37.31 20.08 79.75 -
YUV 119.28 192.74 177.01 -
System Red Green Blue C M Y K H S L
Decimal 188 62 234 0.20 0.74 0 0.08 283.95 0.8 0.58
Hex BC 3E EA 14 4A 0 8 11C 50 3A
Octal 274 76 352 24 112 0 10 434 120 72
Binary 10111100 111110 11101010 10100 1001010 0 1000 100011100 1010000 111010

Color Harmonies of #BC3EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3EEA

Black with #BC3EEA

Text Example


Text Example

White with #BC3EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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