Html Css Color HEX #BD30ED Medium Orchid

📋 copy color: '#BD30ED'

red 189 ◦ green 48 ◦ blue 237

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

Shades of Medium Orchid #BD30ED

Tints of Medium Orchid #BD30ED

RGB

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

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

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

R = 39.87%
G = 10.13%
B = 50%

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

#BD30ED (or 0xBD30ED) is known color: Medium Orchid. HEX triplet: BD, 30 and ED. RGB value is (189,48,237). Sum of RGB (Red+Green+Blue) = 189+48+237=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 48 (19.14% from 255 or 10.13% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD30ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD30ED is #42CF12. Grayscale: #6F6F6F. Windows color (decimal): -4378387 or 15544509. OLE color: 15544509.

HSL color Cylindrical-coordinate representation of color #BD30ED: hue angle of 284.76º degrees, saturation: 0.84, 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 #BD30ED is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 48 237 -
CMYK 0.20 0.80 0 0.07
HSL 284.76º 0.84% 0.56% -
HSV(B) 284.76º 0.8% 0.93% -
XYZ 37.33 19.05 81.83 -
YUV 111.71 198.71 183.13 -
System Red Green Blue C M Y K H S L
Decimal 189 48 237 0.20 0.80 0 0.07 284.76 0.84 0.56
Hex BD 30 ED 14 50 0 7 11D 54 38
Octal 275 60 355 24 120 0 7 435 124 70
Binary 10111101 110000 11101101 10100 1010000 0 111 100011101 1010100 111000

Color Harmonies of #BD30ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD30ED

Black with #BD30ED

Text Example


Text Example

White with #BD30ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD30ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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