Html Css Color HEX #BD30EC Medium Orchid

📋 copy color: '#BD30EC'

red 189 ◦ green 48 ◦ blue 236

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

Shades of Medium Orchid #BD30EC

Tints of Medium Orchid #BD30EC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.15%

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

R = 39.96%
G = 10.15%
B = 49.89%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD30EC (or 0xBD30EC) is known color: Medium Orchid. HEX triplet: BD, 30 and EC. RGB value is (189,48,236). Sum of RGB (Red+Green+Blue) = 189+48+236=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 48 (19.14% from 255 or 10.15% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD30EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD30EC is #42CF13. Grayscale: #6E6E6E. Windows color (decimal): -4378388 or 15478973. OLE color: 15478973.

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

Color convert

RGB 189 48 236 -
CMYK 0.20 0.80 0 0.07
HSL 285º 0.83% 0.56% -
HSV(B) 285º 0.8% 0.93% -
XYZ 37.18 18.99 81.06 -
YUV 111.59 198.21 183.21 -
System Red Green Blue C M Y K H S L
Decimal 189 48 236 0.20 0.80 0 0.07 285 0.83 0.56
Hex BD 30 EC 14 50 0 7 11D 53 38
Octal 275 60 354 24 120 0 7 435 123 70
Binary 10111101 110000 11101100 10100 1010000 0 111 100011101 1010011 111000

Color Harmonies of #BD30EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD30EC

Black with #BD30EC

Text Example


Text Example

White with #BD30EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD30EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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