Html Css Color HEX #BE27DB Dark Orchid

📋 copy color: '#BE27DB'

red 190 ◦ green 39 ◦ blue 219

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

Shades of Dark Orchid #BE27DB

Tints of Dark Orchid #BE27DB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.71%

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

R = 42.41%
G = 8.71%
B = 48.88%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE27DB (or 0xBE27DB) is known color: Dark Orchid. HEX triplet: BE, 27 and DB. RGB value is (190,39,219). Sum of RGB (Red+Green+Blue) = 190+39+219=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 39 (15.62% from 255 or 8.71% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE27DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE27DB is #41D824. Grayscale: #686868. Windows color (decimal): -4315173 or 14362558. OLE color: 14362558.

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

Color convert

RGB 190 39 219 -
CMYK 0.13 0.82 0 0.14
HSL 290.33º 0.71% 0.51% -
HSV(B) 290.33º 0.82% 0.86% -
XYZ 34.75 17.51 68.57 -
YUV 104.67 192.53 188.86 -
System Red Green Blue C M Y K H S L
Decimal 190 39 219 0.13 0.82 0 0.14 290.33 0.71 0.51
Hex BE 27 DB D 52 0 E 122 47 33
Octal 276 47 333 15 122 0 16 442 107 63
Binary 10111110 100111 11011011 1101 1010010 0 1110 100100010 1000111 110011

Color Harmonies of #BE27DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE27DB

Black with #BE27DB

Text Example


Text Example

White with #BE27DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE27DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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