Html Css Color HEX #BD3BEC Medium Orchid

📋 copy color: '#BD3BEC'

red 189 ◦ green 59 ◦ blue 236

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

Shades of Medium Orchid #BD3BEC

Tints of Medium Orchid #BD3BEC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.19%

 BLUE value IS 236 (92.58% from 255) = 48.76%

R = 39.05%
G = 12.19%
B = 48.76%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD3BEC (or 0xBD3BEC) is known color: Medium Orchid. HEX triplet: BD, 3B and EC. RGB value is (189,59,236). Sum of RGB (Red+Green+Blue) = 189+59+236=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 59 (23.44% from 255 or 12.19% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD3BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3BEC is #42C413. Grayscale: #757575. Windows color (decimal): -4375572 or 15481789. OLE color: 15481789.

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

Color convert

RGB 189 59 236 -
CMYK 0.20 0.75 0 0.07
HSL 284.07º 0.82% 0.58% -
HSV(B) 284.07º 0.75% 0.93% -
XYZ 37.69 20 81.23 -
YUV 118.05 194.57 178.61 -
System Red Green Blue C M Y K H S L
Decimal 189 59 236 0.20 0.75 0 0.07 284.07 0.82 0.58
Hex BD 3B EC 14 4B 0 7 11C 52 3A
Octal 275 73 354 24 113 0 7 434 122 72
Binary 10111101 111011 11101100 10100 1001011 0 111 100011100 1010010 111010

Color Harmonies of #BD3BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3BEC

Black with #BD3BEC

Text Example


Text Example

White with #BD3BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3BEC; }

 p { color: rgb(189,59,236); }

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

background-color css

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

 a { background-color: rgb(189,59,236); }

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

border-color css

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

 span { border-color: rgb(189,59,236); }

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