Html Css Color HEX #BD30E5 Medium Orchid

📋 copy color: '#BD30E5'

red 189 ◦ green 48 ◦ blue 229

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

Shades of Medium Orchid #BD30E5

Tints of Medium Orchid #BD30E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 49.14%

R = 40.56%
G = 10.3%
B = 49.14%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BD30E5 (or 0xBD30E5) is known color: Medium Orchid. HEX triplet: BD, 30 and E5. RGB value is (189,48,229). Sum of RGB (Red+Green+Blue) = 189+48+229=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 48 (19.14% from 255 or 10.30% from 466); Blue value is 229 (89.84% from 255 or 49.14% from 466); Max value from RGB is 229 - color contains mainly: blue. Hex color #BD30E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD30E5 is #42CF1A. Grayscale: #6E6E6E. Windows color (decimal): -4378395 or 15020221. OLE color: 15020221.

HSL color Cylindrical-coordinate representation of color #BD30E5: hue angle of 286.74º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD30E5 is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 48 229 -
CMYK 0.17 0.79 0 0.10
HSL 286.74º 0.78% 0.54% -
HSV(B) 286.74º 0.79% 0.9% -
XYZ 36.19 18.59 75.81 -
YUV 110.79 194.71 183.78 -
System Red Green Blue C M Y K H S L
Decimal 189 48 229 0.17 0.79 0 0.10 286.74 0.78 0.54
Hex BD 30 E5 11 4F 0 A 11F 4E 36
Octal 275 60 345 21 117 0 12 437 116 66
Binary 10111101 110000 11100101 10001 1001111 0 1010 100011111 1001110 110110

Color Harmonies of #BD30E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD30E5

Black with #BD30E5

Text Example


Text Example

White with #BD30E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD30E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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