Html Css Color HEX #BD76DA Medium Orchid

📋 copy color: '#BD76DA'

red 189 ◦ green 118 ◦ blue 218

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

Shades of Medium Orchid #BD76DA

Tints of Medium Orchid #BD76DA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.48%

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

R = 36%
G = 22.48%
B = 41.52%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD76DA (or 0xBD76DA) is known color: Medium Orchid. HEX triplet: BD, 76 and DA. RGB value is (189,118,218). Sum of RGB (Red+Green+Blue) = 189+118+218=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 118 (46.48% from 255 or 22.48% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD76DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD76DA is #428925. Grayscale: #969696. Windows color (decimal): -4360486 or 14317245. OLE color: 14317245.

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

Color convert

RGB 189 118 218 -
CMYK 0.13 0.46 0 0.15
HSL 282.6º 0.57% 0.66% -
HSV(B) 282.6º 0.46% 0.85% -
XYZ 40.12 28.84 69.78 -
YUV 150.63 166.02 155.37 -
System Red Green Blue C M Y K H S L
Decimal 189 118 218 0.13 0.46 0 0.15 282.6 0.57 0.66
Hex BD 76 DA D 2E 0 F 11B 39 42
Octal 275 166 332 15 56 0 17 433 71 102
Binary 10111101 1110110 11011010 1101 101110 0 1111 100011011 111001 1000010

Color Harmonies of #BD76DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD76DA

Black with #BD76DA

Text Example


Text Example

White with #BD76DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD76DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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