Html Css Color HEX #BD3EF1 Medium Orchid

📋 copy color: '#BD3EF1'

red 189 ◦ green 62 ◦ blue 241

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

Shades of Medium Orchid #BD3EF1

Tints of Medium Orchid #BD3EF1

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.6%

 BLUE value IS 241 (94.53% from 255) = 48.98%

R = 38.41%
G = 12.6%
B = 48.98%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BD3EF1 (or 0xBD3EF1) is known color: Medium Orchid. HEX triplet: BD, 3E and F1. RGB value is (189,62,241). Sum of RGB (Red+Green+Blue) = 189+62+241=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 62 (24.61% from 255 or 12.60% from 492); Blue value is 241 (94.53% from 255 or 48.98% from 492); Max value from RGB is 241 - color contains mainly: blue. Hex color #BD3EF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3EF1 is #42C10E. Grayscale: #777777. Windows color (decimal): -4374799 or 15810237. OLE color: 15810237.

HSL color Cylindrical-coordinate representation of color #BD3EF1: hue angle of 282.57º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD3EF1 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 62 241 -
CMYK 0.22 0.74 0 0.05
HSL 282.57º 0.86% 0.59% -
HSV(B) 282.57º 0.74% 0.95% -
XYZ 38.59 20.61 85.16 -
YUV 120.38 196.08 176.95 -
System Red Green Blue C M Y K H S L
Decimal 189 62 241 0.22 0.74 0 0.05 282.57 0.86 0.59
Hex BD 3E F1 16 4A 0 5 11B 56 3B
Octal 275 76 361 26 112 0 5 433 126 73
Binary 10111101 111110 11110001 10110 1001010 0 101 100011011 1010110 111011

Color Harmonies of #BD3EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3EF1

Black with #BD3EF1

Text Example


Text Example

White with #BD3EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3EF1; }

 p { color: rgb(189,62,241); }

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

background-color css

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

 a { background-color: rgb(189,62,241); }

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

border-color css

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

 span { border-color: rgb(189,62,241); }

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