Html Css Color HEX #BE35DB Medium Orchid

📋 copy color: '#BE35DB'

red 190 ◦ green 53 ◦ blue 219

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

Shades of Medium Orchid #BE35DB

Tints of Medium Orchid #BE35DB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.47%

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

R = 41.13%
G = 11.47%
B = 47.4%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE35DB (or 0xBE35DB) is known color: Medium Orchid. HEX triplet: BE, 35 and DB. RGB value is (190,53,219). Sum of RGB (Red+Green+Blue) = 190+53+219=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 53 (21.09% from 255 or 11.47% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE35DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE35DB is #41CA24. Grayscale: #707070. Windows color (decimal): -4311589 or 14366142. OLE color: 14366142.

HSL color Cylindrical-coordinate representation of color #BE35DB: hue angle of 289.52º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE35DB is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 53 219 -
CMYK 0.13 0.76 0 0.14
HSL 289.52º 0.7% 0.53% -
HSV(B) 289.52º 0.76% 0.86% -
XYZ 35.29 18.61 68.75 -
YUV 112.89 187.89 183 -
System Red Green Blue C M Y K H S L
Decimal 190 53 219 0.13 0.76 0 0.14 289.52 0.7 0.53
Hex BE 35 DB D 4C 0 E 122 46 35
Octal 276 65 333 15 114 0 16 442 106 65
Binary 10111110 110101 11011011 1101 1001100 0 1110 100100010 1000110 110101

Color Harmonies of #BE35DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE35DB

Black with #BE35DB

Text Example


Text Example

White with #BE35DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE35DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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