Html Css Color HEX #BD3FEF Medium Orchid

📋 copy color: '#BD3FEF'

red 189 ◦ green 63 ◦ blue 239

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

Shades of Medium Orchid #BD3FEF

Tints of Medium Orchid #BD3FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.68%

R = 38.49%
G = 12.83%
B = 48.68%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BD3FEF (or 0xBD3FEF) is known color: Medium Orchid. HEX triplet: BD, 3F and EF. RGB value is (189,63,239). Sum of RGB (Red+Green+Blue) = 189+63+239=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 63 (25% from 255 or 12.83% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD3FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3FEF is #42C010. Grayscale: #787878. Windows color (decimal): -4374545 or 15679421. OLE color: 15679421.

HSL color Cylindrical-coordinate representation of color #BD3FEF: hue angle of 282.95º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD3FEF is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 63 239 -
CMYK 0.21 0.74 0 0.06
HSL 282.95º 0.85% 0.59% -
HSV(B) 282.95º 0.74% 0.94% -
XYZ 38.34 20.61 83.62 -
YUV 120.74 194.74 176.69 -
System Red Green Blue C M Y K H S L
Decimal 189 63 239 0.21 0.74 0 0.06 282.95 0.85 0.59
Hex BD 3F EF 15 4A 0 6 11B 55 3B
Octal 275 77 357 25 112 0 6 433 125 73
Binary 10111101 111111 11101111 10101 1001010 0 110 100011011 1010101 111011

Color Harmonies of #BD3FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3FEF

Black with #BD3FEF

Text Example


Text Example

White with #BD3FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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