Html Css Color HEX #BD2FDD Medium Orchid

📋 copy color: '#BD2FDD'

red 189 ◦ green 47 ◦ blue 221

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

Shades of Medium Orchid #BD2FDD

Tints of Medium Orchid #BD2FDD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.28%

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

R = 41.36%
G = 10.28%
B = 48.36%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD2FDD (or 0xBD2FDD) is known color: Medium Orchid. HEX triplet: BD, 2F and DD. RGB value is (189,47,221). Sum of RGB (Red+Green+Blue) = 189+47+221=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 47 (18.75% from 255 or 10.28% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD2FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2FDD is #42D022. Grayscale: #6C6C6C. Windows color (decimal): -4378659 or 14495677. OLE color: 14495677.

HSL color Cylindrical-coordinate representation of color #BD2FDD: hue angle of 288.97º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD2FDD is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 47 221 -
CMYK 0.14 0.79 0 0.13
HSL 288.97º 0.72% 0.53% -
HSV(B) 288.97º 0.79% 0.87% -
XYZ 35.05 18.07 70.05 -
YUV 109.29 191.04 184.85 -
System Red Green Blue C M Y K H S L
Decimal 189 47 221 0.14 0.79 0 0.13 288.97 0.72 0.53
Hex BD 2F DD E 4F 0 D 121 48 35
Octal 275 57 335 16 117 0 15 441 110 65
Binary 10111101 101111 11011101 1110 1001111 0 1101 100100001 1001000 110101

Color Harmonies of #BD2FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2FDD

Black with #BD2FDD

Text Example


Text Example

White with #BD2FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2FDD; }

 p { color: rgb(189,47,221); }

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

background-color css

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

 a { background-color: rgb(189,47,221); }

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

border-color css

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

 span { border-color: rgb(189,47,221); }

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