Html Css Color HEX #BD3DF9 Medium Orchid

📋 copy color: '#BD3DF9'

red 189 ◦ green 61 ◦ blue 249

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

Shades of Medium Orchid #BD3DF9

Tints of Medium Orchid #BD3DF9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.22%

 BLUE value IS 249 (97.66% from 255) = 49.9%

R = 37.88%
G = 12.22%
B = 49.9%

CMYK

 C value IS 0.24

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD3DF9 (or 0xBD3DF9) is known color: Medium Orchid. HEX triplet: BD, 3D and F9. RGB value is (189,61,249). Sum of RGB (Red+Green+Blue) = 189+61+249=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 61 (24.22% from 255 or 12.22% from 499); Blue value is 249 (97.66% from 255 or 49.90% from 499); Max value from RGB is 249 - color contains mainly: blue. Hex color #BD3DF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3DF9 is #42C206. Grayscale: #787878. Windows color (decimal): -4375047 or 16334269. OLE color: 16334269.

HSL color Cylindrical-coordinate representation of color #BD3DF9: hue angle of 280.85º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD3DF9 is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 61 249 -
CMYK 0.24 0.76 0 0.02
HSL 280.85º 0.94% 0.61% -
HSV(B) 280.85º 0.76% 0.98% -
XYZ 39.75 21 91.58 -
YUV 120.7 200.41 176.71 -
System Red Green Blue C M Y K H S L
Decimal 189 61 249 0.24 0.76 0 0.02 280.85 0.94 0.61
Hex BD 3D F9 18 4C 0 2 119 5E 3D
Octal 275 75 371 30 114 0 2 431 136 75
Binary 10111101 111101 11111001 11000 1001100 0 10 100011001 1011110 111101

Color Harmonies of #BD3DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3DF9

Black with #BD3DF9

Text Example


Text Example

White with #BD3DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3DF9; }

 p { color: rgb(189,61,249); }

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

background-color css

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

 a { background-color: rgb(189,61,249); }

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

border-color css

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

 span { border-color: rgb(189,61,249); }

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