Html Css Color HEX #BD69E6 Medium Orchid

📋 copy color: '#BD69E6'

red 189 ◦ green 105 ◦ blue 230

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

Shades of Medium Orchid #BD69E6

Tints of Medium Orchid #BD69E6

RGB

 RED value IS 189 (74.22% from 255) = 36.07%

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

 BLUE value IS 230 (90.23% from 255) = 43.89%

R = 36.07%
G = 20.04%
B = 43.89%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BD69E6 (or 0xBD69E6) is known color: Medium Orchid. HEX triplet: BD, 69 and E6. RGB value is (189,105,230). Sum of RGB (Red+Green+Blue) = 189+105+230=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 105 (41.41% from 255 or 20.04% from 524); Blue value is 230 (90.23% from 255 or 43.89% from 524); Max value from RGB is 230 - color contains mainly: blue. Hex color #BD69E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD69E6 is #429619. Grayscale: #8F8F8F. Windows color (decimal): -4363802 or 15100349. OLE color: 15100349.

HSL color Cylindrical-coordinate representation of color #BD69E6: hue angle of 280.32º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD69E6 is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 105 230 -
CMYK 0.18 0.54 0 0.10
HSL 280.32º 0.71% 0.66% -
HSV(B) 280.32º 0.54% 0.9% -
XYZ 40.32 26.64 77.88 -
YUV 144.37 176.33 159.84 -
System Red Green Blue C M Y K H S L
Decimal 189 105 230 0.18 0.54 0 0.10 280.32 0.71 0.66
Hex BD 69 E6 12 36 0 A 118 47 42
Octal 275 151 346 22 66 0 12 430 107 102
Binary 10111101 1101001 11100110 10010 110110 0 1010 100011000 1000111 1000010

Color Harmonies of #BD69E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD69E6

Black with #BD69E6

Text Example


Text Example

White with #BD69E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD69E6; }

 p { color: rgb(189,105,230); }

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

background-color css

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

 a { background-color: rgb(189,105,230); }

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

border-color css

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

 span { border-color: rgb(189,105,230); }

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