Html Css Color HEX #BD30DA Medium Orchid

📋 copy color: '#BD30DA'

red 189 ◦ green 48 ◦ blue 218

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

Shades of Medium Orchid #BD30DA

Tints of Medium Orchid #BD30DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.91%

R = 41.54%
G = 10.55%
B = 47.91%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD30DA (or 0xBD30DA) is known color: Medium Orchid. HEX triplet: BD, 30 and DA. RGB value is (189,48,218). Sum of RGB (Red+Green+Blue) = 189+48+218=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 48 (19.14% from 255 or 10.55% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD30DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD30DA is #42CF25. Grayscale: #6D6D6D. Windows color (decimal): -4378406 or 14299325. OLE color: 14299325.

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

Color convert

RGB 189 48 218 -
CMYK 0.13 0.78 0 0.15
HSL 289.76º 0.7% 0.52% -
HSV(B) 289.76º 0.78% 0.85% -
XYZ 34.7 17.99 67.97 -
YUV 109.54 189.21 184.68 -
System Red Green Blue C M Y K H S L
Decimal 189 48 218 0.13 0.78 0 0.15 289.76 0.7 0.52
Hex BD 30 DA D 4E 0 F 122 46 34
Octal 275 60 332 15 116 0 17 442 106 64
Binary 10111101 110000 11011010 1101 1001110 0 1111 100100010 1000110 110100

Color Harmonies of #BD30DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD30DA

Black with #BD30DA

Text Example


Text Example

White with #BD30DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD30DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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