Html Css Color HEX #BD39F1 Medium Orchid

📋 copy color: '#BD39F1'

red 189 ◦ green 57 ◦ blue 241

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

Shades of Medium Orchid #BD39F1

Tints of Medium Orchid #BD39F1

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.7%

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

R = 38.81%
G = 11.7%
B = 49.49%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BD39F1 (or 0xBD39F1) is known color: Medium Orchid. HEX triplet: BD, 39 and F1. RGB value is (189,57,241). Sum of RGB (Red+Green+Blue) = 189+57+241=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 57 (22.66% from 255 or 11.70% from 487); Blue value is 241 (94.53% from 255 or 49.49% from 487); Max value from RGB is 241 - color contains mainly: blue. Hex color #BD39F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD39F1 is #42C60E. Grayscale: #747474. Windows color (decimal): -4376079 or 15808957. OLE color: 15808957.

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

Color convert

RGB 189 57 241 -
CMYK 0.22 0.76 0 0.05
HSL 283.04º 0.87% 0.58% -
HSV(B) 283.04º 0.76% 0.95% -
XYZ 38.33 20.1 85.08 -
YUV 117.44 197.73 179.04 -
System Red Green Blue C M Y K H S L
Decimal 189 57 241 0.22 0.76 0 0.05 283.04 0.87 0.58
Hex BD 39 F1 16 4C 0 5 11B 57 3A
Octal 275 71 361 26 114 0 5 433 127 72
Binary 10111101 111001 11110001 10110 1001100 0 101 100011011 1010111 111010

Color Harmonies of #BD39F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD39F1

Black with #BD39F1

Text Example


Text Example

White with #BD39F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD39F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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