Html Css Color HEX #BD3FED Medium Orchid

📋 copy color: '#BD3FED'

red 189 ◦ green 63 ◦ blue 237

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

Shades of Medium Orchid #BD3FED

Tints of Medium Orchid #BD3FED

RGB

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

 GREEN value IS 63 (25% from 255) = 12.88%

 BLUE value IS 237 (92.97% from 255) = 48.47%

R = 38.65%
G = 12.88%
B = 48.47%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD3FED (or 0xBD3FED) is known color: Medium Orchid. HEX triplet: BD, 3F and ED. RGB value is (189,63,237). Sum of RGB (Red+Green+Blue) = 189+63+237=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 63 (25% from 255 or 12.88% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD3FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3FED is #42C012. Grayscale: #777777. Windows color (decimal): -4374547 or 15548349. OLE color: 15548349.

HSL color Cylindrical-coordinate representation of color #BD3FED: hue angle of 283.45º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD3FED is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 63 237 -
CMYK 0.20 0.73 0 0.07
HSL 283.45º 0.83% 0.59% -
HSV(B) 283.45º 0.73% 0.93% -
XYZ 38.05 20.49 82.07 -
YUV 120.51 193.74 176.85 -
System Red Green Blue C M Y K H S L
Decimal 189 63 237 0.20 0.73 0 0.07 283.45 0.83 0.59
Hex BD 3F ED 14 49 0 7 11B 53 3B
Octal 275 77 355 24 111 0 7 433 123 73
Binary 10111101 111111 11101101 10100 1001001 0 111 100011011 1010011 111011

Color Harmonies of #BD3FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3FED

Black with #BD3FED

Text Example


Text Example

White with #BD3FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3FED; }

 p { color: rgb(189,63,237); }

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

background-color css

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

 a { background-color: rgb(189,63,237); }

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

border-color css

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

 span { border-color: rgb(189,63,237); }

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