Html Css Color HEX #BC42DA Medium Orchid

📋 copy color: '#BC42DA'

red 188 ◦ green 66 ◦ blue 218

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

Shades of Medium Orchid #BC42DA

Tints of Medium Orchid #BC42DA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.98%

 BLUE value IS 218 (85.55% from 255) = 46.19%

R = 39.83%
G = 13.98%
B = 46.19%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC42DA (or 0xBC42DA) is known color: Medium Orchid. HEX triplet: BC, 42 and DA. RGB value is (188,66,218). Sum of RGB (Red+Green+Blue) = 188+66+218=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 66 (26.17% from 255 or 13.98% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC42DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC42DA is #43BD25. Grayscale: #777777. Windows color (decimal): -4439334 or 14303932. OLE color: 14303932.

HSL color Cylindrical-coordinate representation of color #BC42DA: hue angle of 288.16º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC42DA is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 66 218 -
CMYK 0.14 0.70 0 0.15
HSL 288.16º 0.67% 0.56% -
HSV(B) 288.16º 0.7% 0.85% -
XYZ 35.34 19.65 68.26 -
YUV 119.81 183.42 176.64 -
System Red Green Blue C M Y K H S L
Decimal 188 66 218 0.14 0.70 0 0.15 288.16 0.67 0.56
Hex BC 42 DA E 46 0 F 120 43 38
Octal 274 102 332 16 106 0 17 440 103 70
Binary 10111100 1000010 11011010 1110 1000110 0 1111 100100000 1000011 111000

Color Harmonies of #BC42DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC42DA

Black with #BC42DA

Text Example


Text Example

White with #BC42DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC42DA; }

 p { color: rgb(188,66,218); }

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

background-color css

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

 a { background-color: rgb(188,66,218); }

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

border-color css

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

 span { border-color: rgb(188,66,218); }

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