Html Css Color HEX #BD70CA Medium Orchid

📋 copy color: '#BD70CA'

red 189 ◦ green 112 ◦ blue 202

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

Shades of Medium Orchid #BD70CA

Tints of Medium Orchid #BD70CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.16%

R = 37.57%
G = 22.27%
B = 40.16%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BD70CA (or 0xBD70CA) is known color: Medium Orchid. HEX triplet: BD, 70 and CA. RGB value is (189,112,202). Sum of RGB (Red+Green+Blue) = 189+112+202=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 112 (44.14% from 255 or 22.27% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD70CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD70CA is #428F35. Grayscale: #919191. Windows color (decimal): -4362038 or 13267133. OLE color: 13267133.

HSL color Cylindrical-coordinate representation of color #BD70CA: hue angle of 291.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD70CA is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 112 202 -
CMYK 0.06 0.45 0 0.21
HSL 291.33º 0.46% 0.62% -
HSV(B) 291.33º 0.45% 0.79% -
XYZ 37.44 26.67 59.05 -
YUV 145.28 160.01 159.18 -
System Red Green Blue C M Y K H S L
Decimal 189 112 202 0.06 0.45 0 0.21 291.33 0.46 0.62
Hex BD 70 CA 6 2D 0 15 123 2E 3E
Octal 275 160 312 6 55 0 25 443 56 76
Binary 10111101 1110000 11001010 110 101101 0 10101 100100011 101110 111110

Color Harmonies of #BD70CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD70CA

Black with #BD70CA

Text Example


Text Example

White with #BD70CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD70CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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