Html Css Color HEX #BD3DF8 Medium Orchid

📋 copy color: '#BD3DF8'

red 189 ◦ green 61 ◦ blue 248

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

Shades of Medium Orchid #BD3DF8

Tints of Medium Orchid #BD3DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 49.8%

R = 37.95%
G = 12.25%
B = 49.8%

CMYK

 C value IS 0.24

 M value IS 0.75

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BD3DF8 (or 0xBD3DF8) is known color: Medium Orchid. HEX triplet: BD, 3D and F8. RGB value is (189,61,248). Sum of RGB (Red+Green+Blue) = 189+61+248=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 61 (24.22% from 255 or 12.25% from 498); Blue value is 248 (97.27% from 255 or 49.80% from 498); Max value from RGB is 248 - color contains mainly: blue. Hex color #BD3DF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3DF8 is #42C207. Grayscale: #777777. Windows color (decimal): -4375048 or 16268733. OLE color: 16268733.

HSL color Cylindrical-coordinate representation of color #BD3DF8: hue angle of 281.07º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD3DF8 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 61 248 -
CMYK 0.24 0.75 0 0.03
HSL 281.07º 0.93% 0.61% -
HSV(B) 281.07º 0.75% 0.97% -
XYZ 39.6 20.93 90.76 -
YUV 120.59 199.91 176.79 -
System Red Green Blue C M Y K H S L
Decimal 189 61 248 0.24 0.75 0 0.03 281.07 0.93 0.61
Hex BD 3D F8 18 4B 0 3 119 5D 3D
Octal 275 75 370 30 113 0 3 431 135 75
Binary 10111101 111101 11111000 11000 1001011 0 11 100011001 1011101 111101

Color Harmonies of #BD3DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3DF8

Black with #BD3DF8

Text Example


Text Example

White with #BD3DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3DF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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