Html Css Color HEX #BD65DC Medium Orchid

📋 copy color: '#BD65DC'

red 189 ◦ green 101 ◦ blue 220

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

Shades of Medium Orchid #BD65DC

Tints of Medium Orchid #BD65DC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.8%

 BLUE value IS 220 (86.33% from 255) = 43.14%

R = 37.06%
G = 19.8%
B = 43.14%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD65DC (or 0xBD65DC) is known color: Medium Orchid. HEX triplet: BD, 65 and DC. RGB value is (189,101,220). Sum of RGB (Red+Green+Blue) = 189+101+220=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 101 (39.84% from 255 or 19.80% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD65DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD65DC is #429A23. Grayscale: #8C8C8C. Windows color (decimal): -4364836 or 14443965. OLE color: 14443965.

HSL color Cylindrical-coordinate representation of color #BD65DC: hue angle of 284.37º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD65DC is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 101 220 -
CMYK 0.14 0.54 0 0.14
HSL 284.37º 0.63% 0.63% -
HSV(B) 284.37º 0.54% 0.86% -
XYZ 38.56 25.29 70.56 -
YUV 140.88 172.65 162.32 -
System Red Green Blue C M Y K H S L
Decimal 189 101 220 0.14 0.54 0 0.14 284.37 0.63 0.63
Hex BD 65 DC E 36 0 E 11C 3F 3F
Octal 275 145 334 16 66 0 16 434 77 77
Binary 10111101 1100101 11011100 1110 110110 0 1110 100011100 111111 111111

Color Harmonies of #BD65DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD65DC

Black with #BD65DC

Text Example


Text Example

White with #BD65DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD65DC; }

 p { color: rgb(189,101,220); }

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

background-color css

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

 a { background-color: rgb(189,101,220); }

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

border-color css

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

 span { border-color: rgb(189,101,220); }

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