Html Css Color HEX #BD65E7 Medium Orchid

📋 copy color: '#BD65E7'

red 189 ◦ green 101 ◦ blue 231

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

Shades of Medium Orchid #BD65E7

Tints of Medium Orchid #BD65E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 44.34%

R = 36.28%
G = 19.39%
B = 44.34%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BD65E7 (or 0xBD65E7) is known color: Medium Orchid. HEX triplet: BD, 65 and E7. RGB value is (189,101,231). Sum of RGB (Red+Green+Blue) = 189+101+231=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 101 (39.84% from 255 or 19.39% from 521); Blue value is 231 (90.62% from 255 or 44.34% from 521); Max value from RGB is 231 - color contains mainly: blue. Hex color #BD65E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD65E7 is #429A18. Grayscale: #8D8D8D. Windows color (decimal): -4364825 or 15164861. OLE color: 15164861.

HSL color Cylindrical-coordinate representation of color #BD65E7: hue angle of 280.62º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD65E7 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 101 231 -
CMYK 0.18 0.56 0 0.09
HSL 280.62º 0.73% 0.65% -
HSV(B) 280.62º 0.56% 0.91% -
XYZ 40.06 25.9 78.49 -
YUV 142.13 178.15 161.43 -
System Red Green Blue C M Y K H S L
Decimal 189 101 231 0.18 0.56 0 0.09 280.62 0.73 0.65
Hex BD 65 E7 12 38 0 9 119 49 41
Octal 275 145 347 22 70 0 11 431 111 101
Binary 10111101 1100101 11100111 10010 111000 0 1001 100011001 1001001 1000001

Color Harmonies of #BD65E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD65E7

Black with #BD65E7

Text Example


Text Example

White with #BD65E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD65E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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