Html Css Color HEX #BE65DB Medium Orchid

📋 copy color: '#BE65DB'

red 190 ◦ green 101 ◦ blue 219

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

Shades of Medium Orchid #BE65DB

Tints of Medium Orchid #BE65DB

RGB

 RED value IS 190 (74.61% from 255) = 37.25%

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

 BLUE value IS 219 (85.94% from 255) = 42.94%

R = 37.25%
G = 19.8%
B = 42.94%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE65DB (or 0xBE65DB) is known color: Medium Orchid. HEX triplet: BE, 65 and DB. RGB value is (190,101,219). Sum of RGB (Red+Green+Blue) = 190+101+219=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 101 (39.84% from 255 or 19.80% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE65DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE65DB is #419A24. Grayscale: #8C8C8C. Windows color (decimal): -4299301 or 14378430. OLE color: 14378430.

HSL color Cylindrical-coordinate representation of color #BE65DB: hue angle of 285.25º degrees, saturation: 0.62, 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 #BE65DB is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 101 219 -
CMYK 0.13 0.54 0 0.14
HSL 285.25º 0.62% 0.63% -
HSV(B) 285.25º 0.54% 0.86% -
XYZ 38.68 25.37 69.88 -
YUV 141.06 171.99 162.91 -
System Red Green Blue C M Y K H S L
Decimal 190 101 219 0.13 0.54 0 0.14 285.25 0.62 0.63
Hex BE 65 DB D 36 0 E 11D 3E 3F
Octal 276 145 333 15 66 0 16 435 76 77
Binary 10111110 1100101 11011011 1101 110110 0 1110 100011101 111110 111111

Color Harmonies of #BE65DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE65DB

Black with #BE65DB

Text Example


Text Example

White with #BE65DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE65DB; }

 p { color: rgb(190,101,219); }

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

background-color css

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

 a { background-color: rgb(190,101,219); }

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

border-color css

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

 span { border-color: rgb(190,101,219); }

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