Html Css Color HEX #BC34DE Medium Orchid

📋 copy color: '#BC34DE'

red 188 ◦ green 52 ◦ blue 222

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

Shades of Medium Orchid #BC34DE

Tints of Medium Orchid #BC34DE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.26%

 BLUE value IS 222 (87.11% from 255) = 48.05%

R = 40.69%
G = 11.26%
B = 48.05%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC34DE (or 0xBC34DE) is known color: Medium Orchid. HEX triplet: BC, 34 and DE. RGB value is (188,52,222). Sum of RGB (Red+Green+Blue) = 188+52+222=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 52 (20.70% from 255 or 11.26% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC34DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC34DE is #43CB21. Grayscale: #6F6F6F. Windows color (decimal): -4442914 or 14562492. OLE color: 14562492.

HSL color Cylindrical-coordinate representation of color #BC34DE: hue angle of 288º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC34DE is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 52 222 -
CMYK 0.15 0.77 0 0.13
HSL 288º 0.72% 0.54% -
HSV(B) 288º 0.77% 0.87% -
XYZ 35.15 18.42 70.81 -
YUV 112.04 190.06 182.18 -
System Red Green Blue C M Y K H S L
Decimal 188 52 222 0.15 0.77 0 0.13 288 0.72 0.54
Hex BC 34 DE F 4D 0 D 120 48 36
Octal 274 64 336 17 115 0 15 440 110 66
Binary 10111100 110100 11011110 1111 1001101 0 1101 100100000 1001000 110110

Color Harmonies of #BC34DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC34DE

Black with #BC34DE

Text Example


Text Example

White with #BC34DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC34DE; }

 p { color: rgb(188,52,222); }

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

background-color css

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

 a { background-color: rgb(188,52,222); }

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

border-color css

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

 span { border-color: rgb(188,52,222); }

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