Html Css Color HEX #BC69DD Medium Orchid

📋 copy color: '#BC69DD'

red 188 ◦ green 105 ◦ blue 221

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

Shades of Medium Orchid #BC69DD

Tints of Medium Orchid #BC69DD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.43%

 BLUE value IS 221 (86.72% from 255) = 43%

R = 36.58%
G = 20.43%
B = 43%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC69DD (or 0xBC69DD) is known color: Medium Orchid. HEX triplet: BC, 69 and DD. RGB value is (188,105,221). Sum of RGB (Red+Green+Blue) = 188+105+221=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 105 (41.41% from 255 or 20.43% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC69DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC69DD is #439622. Grayscale: #8E8E8E. Windows color (decimal): -4429347 or 14510524. OLE color: 14510524.

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

Color convert

RGB 188 105 221 -
CMYK 0.15 0.52 0 0.13
HSL 282.93º 0.63% 0.64% -
HSV(B) 282.93º 0.52% 0.87% -
XYZ 38.84 26.01 71.38 -
YUV 143.04 172 160.07 -
System Red Green Blue C M Y K H S L
Decimal 188 105 221 0.15 0.52 0 0.13 282.93 0.63 0.64
Hex BC 69 DD F 34 0 D 11B 3F 40
Octal 274 151 335 17 64 0 15 433 77 100
Binary 10111100 1101001 11011101 1111 110100 0 1101 100011011 111111 1000000

Color Harmonies of #BC69DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC69DD

Black with #BC69DD

Text Example


Text Example

White with #BC69DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC69DD; }

 p { color: rgb(188,105,221); }

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

background-color css

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

 a { background-color: rgb(188,105,221); }

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

border-color css

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

 span { border-color: rgb(188,105,221); }

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