Html Css Color HEX #BD39F3 Medium Orchid

📋 copy color: '#BD39F3'

red 189 ◦ green 57 ◦ blue 243

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

Shades of Medium Orchid #BD39F3

Tints of Medium Orchid #BD39F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 49.69%

R = 38.65%
G = 11.66%
B = 49.69%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BD39F3 (or 0xBD39F3) is known color: Medium Orchid. HEX triplet: BD, 39 and F3. RGB value is (189,57,243). Sum of RGB (Red+Green+Blue) = 189+57+243=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 57 (22.66% from 255 or 11.66% from 489); Blue value is 243 (95.31% from 255 or 49.69% from 489); Max value from RGB is 243 - color contains mainly: blue. Hex color #BD39F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD39F3 is #42C60C. Grayscale: #757575. Windows color (decimal): -4376077 or 15940029. OLE color: 15940029.

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

Color convert

RGB 189 57 243 -
CMYK 0.22 0.77 0 0.05
HSL 282.58º 0.89% 0.59% -
HSV(B) 282.58º 0.77% 0.95% -
XYZ 38.63 20.22 86.66 -
YUV 117.67 198.73 178.88 -
System Red Green Blue C M Y K H S L
Decimal 189 57 243 0.22 0.77 0 0.05 282.58 0.89 0.59
Hex BD 39 F3 16 4D 0 5 11B 59 3B
Octal 275 71 363 26 115 0 5 433 131 73
Binary 10111101 111001 11110011 10110 1001101 0 101 100011011 1011001 111011

Color Harmonies of #BD39F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD39F3

Black with #BD39F3

Text Example


Text Example

White with #BD39F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD39F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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