Html Css Color HEX #BC67DA Medium Orchid

📋 copy color: '#BC67DA'

red 188 ◦ green 103 ◦ blue 218

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

Shades of Medium Orchid #BC67DA

Tints of Medium Orchid #BC67DA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.24%

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

R = 36.94%
G = 20.24%
B = 42.83%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC67DA (or 0xBC67DA) is known color: Medium Orchid. HEX triplet: BC, 67 and DA. RGB value is (188,103,218). Sum of RGB (Red+Green+Blue) = 188+103+218=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 103 (40.62% from 255 or 20.24% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC67DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC67DA is #439825. Grayscale: #8D8D8D. Windows color (decimal): -4429862 or 14313404. OLE color: 14313404.

HSL color Cylindrical-coordinate representation of color #BC67DA: hue angle of 284.35º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC67DA is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 103 218 -
CMYK 0.14 0.53 0 0.15
HSL 284.35º 0.61% 0.63% -
HSV(B) 284.35º 0.53% 0.85% -
XYZ 38.24 25.45 69.23 -
YUV 141.53 171.16 161.15 -
System Red Green Blue C M Y K H S L
Decimal 188 103 218 0.14 0.53 0 0.15 284.35 0.61 0.63
Hex BC 67 DA E 35 0 F 11C 3D 3F
Octal 274 147 332 16 65 0 17 434 75 77
Binary 10111100 1100111 11011010 1110 110101 0 1111 100011100 111101 111111

Color Harmonies of #BC67DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC67DA

Black with #BC67DA

Text Example


Text Example

White with #BC67DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC67DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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