Html Css Color HEX #BC69D5 Medium Orchid

📋 copy color: '#BC69D5'

red 188 ◦ green 105 ◦ blue 213

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

Shades of Medium Orchid #BC69D5

Tints of Medium Orchid #BC69D5

RGB

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

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

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

R = 37.15%
G = 20.75%
B = 42.09%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC69D5 (or 0xBC69D5) is known color: Medium Orchid. HEX triplet: BC, 69 and D5. RGB value is (188,105,213). Sum of RGB (Red+Green+Blue) = 188+105+213=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 105 (41.41% from 255 or 20.75% from 506); Blue value is 213 (83.59% from 255 or 42.09% from 506); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC69D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC69D5 is #43962A. Grayscale: #8D8D8D. Windows color (decimal): -4429355 or 13986236. OLE color: 13986236.

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

Color convert

RGB 188 105 213 -
CMYK 0.12 0.51 0 0.16
HSL 286.11º 0.56% 0.62% -
HSV(B) 286.11º 0.51% 0.84% -
XYZ 37.8 25.6 65.9 -
YUV 142.13 168 160.72 -
System Red Green Blue C M Y K H S L
Decimal 188 105 213 0.12 0.51 0 0.16 286.11 0.56 0.62
Hex BC 69 D5 C 33 0 10 11E 38 3E
Octal 274 151 325 14 63 0 20 436 70 76
Binary 10111100 1101001 11010101 1100 110011 0 10000 100011110 111000 111110

Color Harmonies of #BC69D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC69D5

Black with #BC69D5

Text Example


Text Example

White with #BC69D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC69D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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