Html Css Color HEX #BD2DDF Medium Orchid

📋 copy color: '#BD2DDF'

red 189 ◦ green 45 ◦ blue 223

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

Shades of Medium Orchid #BD2DDF

Tints of Medium Orchid #BD2DDF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.85%

 BLUE value IS 223 (87.5% from 255) = 48.8%

R = 41.36%
G = 9.85%
B = 48.8%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD2DDF (or 0xBD2DDF) is known color: Medium Orchid. HEX triplet: BD, 2D and DF. RGB value is (189,45,223). Sum of RGB (Red+Green+Blue) = 189+45+223=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 45 (17.97% from 255 or 9.85% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD2DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2DDF is #42D220. Grayscale: #6B6B6B. Windows color (decimal): -4379169 or 14626237. OLE color: 14626237.

HSL color Cylindrical-coordinate representation of color #BD2DDF: hue angle of 288.54º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2DDF is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 45 223 -
CMYK 0.15 0.80 0 0.13
HSL 288.54º 0.74% 0.53% -
HSV(B) 288.54º 0.8% 0.87% -
XYZ 35.24 18.02 71.43 -
YUV 108.35 192.71 185.53 -
System Red Green Blue C M Y K H S L
Decimal 189 45 223 0.15 0.80 0 0.13 288.54 0.74 0.53
Hex BD 2D DF F 50 0 D 121 4A 35
Octal 275 55 337 17 120 0 15 441 112 65
Binary 10111101 101101 11011111 1111 1010000 0 1101 100100001 1001010 110101

Color Harmonies of #BD2DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2DDF

Black with #BD2DDF

Text Example


Text Example

White with #BD2DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2DDF; }

 p { color: rgb(189,45,223); }

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

background-color css

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

 a { background-color: rgb(189,45,223); }

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

border-color css

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

 span { border-color: rgb(189,45,223); }

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