Html Css Color HEX #BD30DB Medium Orchid

📋 copy color: '#BD30DB'

red 189 ◦ green 48 ◦ blue 219

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

Shades of Medium Orchid #BD30DB

Tints of Medium Orchid #BD30DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.03%

R = 41.45%
G = 10.53%
B = 48.03%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD30DB (or 0xBD30DB) is known color: Medium Orchid. HEX triplet: BD, 30 and DB. RGB value is (189,48,219). Sum of RGB (Red+Green+Blue) = 189+48+219=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 48 (19.14% from 255 or 10.53% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD30DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD30DB is #42CF24. Grayscale: #6D6D6D. Windows color (decimal): -4378405 or 14364861. OLE color: 14364861.

HSL color Cylindrical-coordinate representation of color #BD30DB: hue angle of 289.47º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD30DB is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 48 219 -
CMYK 0.14 0.78 0 0.14
HSL 289.47º 0.7% 0.52% -
HSV(B) 289.47º 0.78% 0.86% -
XYZ 34.83 18.05 68.67 -
YUV 109.65 189.71 184.6 -
System Red Green Blue C M Y K H S L
Decimal 189 48 219 0.14 0.78 0 0.14 289.47 0.7 0.52
Hex BD 30 DB E 4E 0 E 121 46 34
Octal 275 60 333 16 116 0 16 441 106 64
Binary 10111101 110000 11011011 1110 1001110 0 1110 100100001 1000110 110100

Color Harmonies of #BD30DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD30DB

Black with #BD30DB

Text Example


Text Example

White with #BD30DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD30DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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