Html Css Color HEX #BD2DDE Medium Orchid

📋 copy color: '#BD2DDE'

red 189 ◦ green 45 ◦ blue 222

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

Shades of Medium Orchid #BD2DDE

Tints of Medium Orchid #BD2DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.68%

R = 41.45%
G = 9.87%
B = 48.68%

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

#BD2DDE (or 0xBD2DDE) is known color: Medium Orchid. HEX triplet: BD, 2D and DE. RGB value is (189,45,222). Sum of RGB (Red+Green+Blue) = 189+45+222=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 45 (17.97% from 255 or 9.87% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD2DDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2DDE is #42D221. Grayscale: #6B6B6B. Windows color (decimal): -4379170 or 14560701. OLE color: 14560701.

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

Color convert

RGB 189 45 222 -
CMYK 0.15 0.80 0 0.13
HSL 288.81º 0.73% 0.52% -
HSV(B) 288.81º 0.8% 0.87% -
XYZ 35.11 17.97 70.73 -
YUV 108.23 192.21 185.61 -
System Red Green Blue C M Y K H S L
Decimal 189 45 222 0.15 0.80 0 0.13 288.81 0.73 0.52
Hex BD 2D DE F 50 0 D 121 49 34
Octal 275 55 336 17 120 0 15 441 111 64
Binary 10111101 101101 11011110 1111 1010000 0 1101 100100001 1001001 110100

Color Harmonies of #BD2DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2DDE

Black with #BD2DDE

Text Example


Text Example

White with #BD2DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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