Html Css Color HEX #BD65DF Medium Orchid

📋 copy color: '#BD65DF'

red 189 ◦ green 101 ◦ blue 223

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

Shades of Medium Orchid #BD65DF

Tints of Medium Orchid #BD65DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.47%

R = 36.84%
G = 19.69%
B = 43.47%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD65DF (or 0xBD65DF) is known color: Medium Orchid. HEX triplet: BD, 65 and DF. RGB value is (189,101,223). Sum of RGB (Red+Green+Blue) = 189+101+223=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 101 (39.84% from 255 or 19.69% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD65DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD65DF is #429A20. Grayscale: #8C8C8C. Windows color (decimal): -4364833 or 14640573. OLE color: 14640573.

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

Color convert

RGB 189 101 223 -
CMYK 0.15 0.55 0 0.13
HSL 283.28º 0.66% 0.64% -
HSV(B) 283.28º 0.55% 0.87% -
XYZ 38.96 25.45 72.67 -
YUV 141.22 174.15 162.08 -
System Red Green Blue C M Y K H S L
Decimal 189 101 223 0.15 0.55 0 0.13 283.28 0.66 0.64
Hex BD 65 DF F 37 0 D 11B 42 40
Octal 275 145 337 17 67 0 15 433 102 100
Binary 10111101 1100101 11011111 1111 110111 0 1101 100011011 1000010 1000000

Color Harmonies of #BD65DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD65DF

Black with #BD65DF

Text Example


Text Example

White with #BD65DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD65DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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