Html Css Color HEX #BD2FDE Medium Orchid

📋 copy color: '#BD2FDE'

red 189 ◦ green 47 ◦ blue 222

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

Shades of Medium Orchid #BD2FDE

Tints of Medium Orchid #BD2FDE

RGB

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

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

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

R = 41.27%
G = 10.26%
B = 48.47%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD2FDE (or 0xBD2FDE) is known color: Medium Orchid. HEX triplet: BD, 2F and DE. RGB value is (189,47,222). Sum of RGB (Red+Green+Blue) = 189+47+222=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 47 (18.75% from 255 or 10.26% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD2FDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2FDE is #42D021. Grayscale: #6C6C6C. Windows color (decimal): -4378658 or 14561213. OLE color: 14561213.

HSL color Cylindrical-coordinate representation of color #BD2FDE: hue angle of 288.69º degrees, saturation: 0.73, 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 #BD2FDE is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 47 222 -
CMYK 0.15 0.79 0 0.13
HSL 288.69º 0.73% 0.53% -
HSV(B) 288.69º 0.79% 0.87% -
XYZ 35.19 18.13 70.75 -
YUV 109.41 191.54 184.77 -
System Red Green Blue C M Y K H S L
Decimal 189 47 222 0.15 0.79 0 0.13 288.69 0.73 0.53
Hex BD 2F DE F 4F 0 D 121 49 35
Octal 275 57 336 17 117 0 15 441 111 65
Binary 10111101 101111 11011110 1111 1001111 0 1101 100100001 1001001 110101

Color Harmonies of #BD2FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2FDE

Black with #BD2FDE

Text Example


Text Example

White with #BD2FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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