Html Css Color HEX #BD30E8 Medium Orchid

📋 copy color: '#BD30E8'

red 189 ◦ green 48 ◦ blue 232

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

Shades of Medium Orchid #BD30E8

Tints of Medium Orchid #BD30E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 49.47%

R = 40.3%
G = 10.23%
B = 49.47%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BD30E8 (or 0xBD30E8) is known color: Medium Orchid. HEX triplet: BD, 30 and E8. RGB value is (189,48,232). Sum of RGB (Red+Green+Blue) = 189+48+232=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 48 (19.14% from 255 or 10.23% from 469); Blue value is 232 (91.02% from 255 or 49.47% from 469); Max value from RGB is 232 - color contains mainly: blue. Hex color #BD30E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD30E8 is #42CF17. Grayscale: #6E6E6E. Windows color (decimal): -4378392 or 15216829. OLE color: 15216829.

HSL color Cylindrical-coordinate representation of color #BD30E8: hue angle of 285.98º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD30E8 is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 48 232 -
CMYK 0.19 0.79 0 0.09
HSL 285.98º 0.8% 0.55% -
HSV(B) 285.98º 0.79% 0.91% -
XYZ 36.61 18.76 78.04 -
YUV 111.14 196.21 183.54 -
System Red Green Blue C M Y K H S L
Decimal 189 48 232 0.19 0.79 0 0.09 285.98 0.8 0.55
Hex BD 30 E8 13 4F 0 9 11E 50 37
Octal 275 60 350 23 117 0 11 436 120 67
Binary 10111101 110000 11101000 10011 1001111 0 1001 100011110 1010000 110111

Color Harmonies of #BD30E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD30E8

Black with #BD30E8

Text Example


Text Example

White with #BD30E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD30E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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