Html Css Color HEX #BD70ED Medium Orchid

📋 copy color: '#BD70ED'

red 189 ◦ green 112 ◦ blue 237

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

Shades of Medium Orchid #BD70ED

Tints of Medium Orchid #BD70ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.05%

R = 35.13%
G = 20.82%
B = 44.05%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD70ED (or 0xBD70ED) is known color: Medium Orchid. HEX triplet: BD, 70 and ED. RGB value is (189,112,237). Sum of RGB (Red+Green+Blue) = 189+112+237=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 112 (44.14% from 255 or 20.82% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD70ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD70ED is #428F12. Grayscale: #949494. Windows color (decimal): -4362003 or 15560893. OLE color: 15560893.

HSL color Cylindrical-coordinate representation of color #BD70ED: hue angle of 276.96º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD70ED is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 112 237 -
CMYK 0.20 0.53 0 0.07
HSL 276.96º 0.78% 0.68% -
HSV(B) 276.96º 0.53% 0.93% -
XYZ 42.07 28.52 83.41 -
YUV 149.27 177.51 156.34 -
System Red Green Blue C M Y K H S L
Decimal 189 112 237 0.20 0.53 0 0.07 276.96 0.78 0.68
Hex BD 70 ED 14 35 0 7 115 4E 44
Octal 275 160 355 24 65 0 7 425 116 104
Binary 10111101 1110000 11101101 10100 110101 0 111 100010101 1001110 1000100

Color Harmonies of #BD70ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD70ED

Black with #BD70ED

Text Example


Text Example

White with #BD70ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD70ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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