Html Css Color HEX #BD70DA Medium Orchid

📋 copy color: '#BD70DA'

red 189 ◦ green 112 ◦ blue 218

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

Shades of Medium Orchid #BD70DA

Tints of Medium Orchid #BD70DA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.58%

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

R = 36.42%
G = 21.58%
B = 42%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD70DA (or 0xBD70DA) is known color: Medium Orchid. HEX triplet: BD, 70 and DA. RGB value is (189,112,218). Sum of RGB (Red+Green+Blue) = 189+112+218=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 112 (44.14% from 255 or 21.58% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD70DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD70DA is #428F25. Grayscale: #929292. Windows color (decimal): -4362022 or 14315709. OLE color: 14315709.

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

Color convert

RGB 189 112 218 -
CMYK 0.13 0.49 0 0.15
HSL 283.58º 0.59% 0.65% -
HSV(B) 283.58º 0.49% 0.85% -
XYZ 39.44 27.47 69.55 -
YUV 147.11 168.01 157.88 -
System Red Green Blue C M Y K H S L
Decimal 189 112 218 0.13 0.49 0 0.15 283.58 0.59 0.65
Hex BD 70 DA D 31 0 F 11C 3B 41
Octal 275 160 332 15 61 0 17 434 73 101
Binary 10111101 1110000 11011010 1101 110001 0 1111 100011100 111011 1000001

Color Harmonies of #BD70DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD70DA

Black with #BD70DA

Text Example


Text Example

White with #BD70DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD70DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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