Html Css Color HEX #BC34D5 Medium Orchid

📋 copy color: '#BC34D5'

red 188 ◦ green 52 ◦ blue 213

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

Shades of Medium Orchid #BC34D5

Tints of Medium Orchid #BC34D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.02%

R = 41.5%
G = 11.48%
B = 47.02%

CMYK

 C value IS 0.12

 M value IS 0.76

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC34D5 (or 0xBC34D5) is known color: Medium Orchid. HEX triplet: BC, 34 and D5. RGB value is (188,52,213). Sum of RGB (Red+Green+Blue) = 188+52+213=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 52 (20.70% from 255 or 11.48% from 453); Blue value is 213 (83.59% from 255 or 47.02% from 453); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC34D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC34D5 is #43CB2A. Grayscale: #6E6E6E. Windows color (decimal): -4442923 or 13972668. OLE color: 13972668.

HSL color Cylindrical-coordinate representation of color #BC34D5: hue angle of 290.68º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC34D5 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 52 213 -
CMYK 0.12 0.76 0 0.16
HSL 290.68º 0.66% 0.52% -
HSV(B) 290.68º 0.76% 0.84% -
XYZ 33.98 17.95 64.62 -
YUV 111.02 185.56 182.91 -
System Red Green Blue C M Y K H S L
Decimal 188 52 213 0.12 0.76 0 0.16 290.68 0.66 0.52
Hex BC 34 D5 C 4C 0 10 123 42 34
Octal 274 64 325 14 114 0 20 443 102 64
Binary 10111100 110100 11010101 1100 1001100 0 10000 100100011 1000010 110100

Color Harmonies of #BC34D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC34D5

Black with #BC34D5

Text Example


Text Example

White with #BC34D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC34D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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