Html Css Color HEX #BD65D9 Medium Orchid

📋 copy color: '#BD65D9'

red 189 ◦ green 101 ◦ blue 217

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

Shades of Medium Orchid #BD65D9

Tints of Medium Orchid #BD65D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 42.8%

R = 37.28%
G = 19.92%
B = 42.8%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD65D9 (or 0xBD65D9) is known color: Medium Orchid. HEX triplet: BD, 65 and D9. RGB value is (189,101,217). Sum of RGB (Red+Green+Blue) = 189+101+217=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 101 (39.84% from 255 or 19.92% from 507); Blue value is 217 (85.16% from 255 or 42.80% from 507); Max value from RGB is 217 - color contains mainly: blue. Hex color #BD65D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD65D9 is #429A26. Grayscale: #8C8C8C. Windows color (decimal): -4364839 or 14247357. OLE color: 14247357.

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

Color convert

RGB 189 101 217 -
CMYK 0.13 0.53 0 0.15
HSL 285.52º 0.6% 0.62% -
HSV(B) 285.52º 0.53% 0.85% -
XYZ 38.16 25.14 68.49 -
YUV 140.54 171.15 162.57 -
System Red Green Blue C M Y K H S L
Decimal 189 101 217 0.13 0.53 0 0.15 285.52 0.6 0.62
Hex BD 65 D9 D 35 0 F 11E 3C 3E
Octal 275 145 331 15 65 0 17 436 74 76
Binary 10111101 1100101 11011001 1101 110101 0 1111 100011110 111100 111110

Color Harmonies of #BD65D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD65D9

Black with #BD65D9

Text Example


Text Example

White with #BD65D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD65D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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