Html Css Color HEX #BD69D2 Medium Orchid

📋 copy color: '#BD69D2'

red 189 ◦ green 105 ◦ blue 210

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

Shades of Medium Orchid #BD69D2

Tints of Medium Orchid #BD69D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.67%

R = 37.5%
G = 20.83%
B = 41.67%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BD69D2 (or 0xBD69D2) is known color: Medium Orchid. HEX triplet: BD, 69 and D2. RGB value is (189,105,210). Sum of RGB (Red+Green+Blue) = 189+105+210=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 105 (41.41% from 255 or 20.83% from 504); Blue value is 210 (82.42% from 255 or 41.67% from 504); Max value from RGB is 210 - color contains mainly: blue. Hex color #BD69D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD69D2 is #42962D. Grayscale: #8D8D8D. Windows color (decimal): -4363822 or 13789629. OLE color: 13789629.

HSL color Cylindrical-coordinate representation of color #BD69D2: hue angle of 288º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD69D2 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 105 210 -
CMYK 0.10 0.50 0 0.18
HSL 288º 0.54% 0.62% -
HSV(B) 288º 0.5% 0.82% -
XYZ 37.67 25.58 63.92 -
YUV 142.09 166.33 161.46 -
System Red Green Blue C M Y K H S L
Decimal 189 105 210 0.10 0.50 0 0.18 288 0.54 0.62
Hex BD 69 D2 A 32 0 12 120 36 3E
Octal 275 151 322 12 62 0 22 440 66 76
Binary 10111101 1101001 11010010 1010 110010 0 10010 100100000 110110 111110

Color Harmonies of #BD69D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD69D2

Black with #BD69D2

Text Example


Text Example

White with #BD69D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD69D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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