Html Css Color HEX #BC34DB Medium Orchid

📋 copy color: '#BC34DB'

red 188 ◦ green 52 ◦ blue 219

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

Shades of Medium Orchid #BC34DB

Tints of Medium Orchid #BC34DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.71%

R = 40.96%
G = 11.33%
B = 47.71%

CMYK

 C value IS 0.14

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC34DB (or 0xBC34DB) is known color: Medium Orchid. HEX triplet: BC, 34 and DB. RGB value is (188,52,219). Sum of RGB (Red+Green+Blue) = 188+52+219=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 52 (20.70% from 255 or 11.33% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC34DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC34DB is #43CB24. Grayscale: #6F6F6F. Windows color (decimal): -4442917 or 14365884. OLE color: 14365884.

HSL color Cylindrical-coordinate representation of color #BC34DB: hue angle of 288.86º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC34DB is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 52 219 -
CMYK 0.14 0.76 0 0.14
HSL 288.86º 0.7% 0.53% -
HSV(B) 288.86º 0.76% 0.86% -
XYZ 34.75 18.26 68.71 -
YUV 111.7 188.56 182.42 -
System Red Green Blue C M Y K H S L
Decimal 188 52 219 0.14 0.76 0 0.14 288.86 0.7 0.53
Hex BC 34 DB E 4C 0 E 121 46 35
Octal 274 64 333 16 114 0 16 441 106 65
Binary 10111100 110100 11011011 1110 1001100 0 1110 100100001 1000110 110101

Color Harmonies of #BC34DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC34DB

Black with #BC34DB

Text Example


Text Example

White with #BC34DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC34DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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