Html Css Color HEX #BD65D8 Medium Orchid

📋 copy color: '#BD65D8'

red 189 ◦ green 101 ◦ blue 216

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

Shades of Medium Orchid #BD65D8

Tints of Medium Orchid #BD65D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.69%

R = 37.35%
G = 19.96%
B = 42.69%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD65D8 (or 0xBD65D8) is known color: Medium Orchid. HEX triplet: BD, 65 and D8. RGB value is (189,101,216). Sum of RGB (Red+Green+Blue) = 189+101+216=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 101 (39.84% from 255 or 19.96% from 506); Blue value is 216 (84.77% from 255 or 42.69% from 506); Max value from RGB is 216 - color contains mainly: blue. Hex color #BD65D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD65D8 is #429A27. Grayscale: #8C8C8C. Windows color (decimal): -4364840 or 14181821. OLE color: 14181821.

HSL color Cylindrical-coordinate representation of color #BD65D8: hue angle of 285.91º 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 #BD65D8 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 101 216 -
CMYK 0.12 0.53 0 0.15
HSL 285.91º 0.6% 0.62% -
HSV(B) 285.91º 0.53% 0.85% -
XYZ 38.03 25.08 67.8 -
YUV 140.42 170.65 162.65 -
System Red Green Blue C M Y K H S L
Decimal 189 101 216 0.12 0.53 0 0.15 285.91 0.6 0.62
Hex BD 65 D8 C 35 0 F 11E 3C 3E
Octal 275 145 330 14 65 0 17 436 74 76
Binary 10111101 1100101 11011000 1100 110101 0 1111 100011110 111100 111110

Color Harmonies of #BD65D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD65D8

Black with #BD65D8

Text Example


Text Example

White with #BD65D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD65D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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