Html Css Color HEX #BE27DC Dark Orchid

📋 copy color: '#BE27DC'

red 190 ◦ green 39 ◦ blue 220

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

Shades of Dark Orchid #BE27DC

Tints of Dark Orchid #BE27DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49%

R = 42.32%
G = 8.69%
B = 49%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE27DC (or 0xBE27DC) is known color: Dark Orchid. HEX triplet: BE, 27 and DC. RGB value is (190,39,220). Sum of RGB (Red+Green+Blue) = 190+39+220=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 39 (15.62% from 255 or 8.69% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE27DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE27DC is #41D823. Grayscale: #686868. Windows color (decimal): -4315172 or 14428094. OLE color: 14428094.

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

Color convert

RGB 190 39 220 -
CMYK 0.14 0.82 0 0.14
HSL 290.06º 0.72% 0.51% -
HSV(B) 290.06º 0.82% 0.86% -
XYZ 34.88 17.57 69.26 -
YUV 104.78 193.03 188.78 -
System Red Green Blue C M Y K H S L
Decimal 190 39 220 0.14 0.82 0 0.14 290.06 0.72 0.51
Hex BE 27 DC E 52 0 E 122 48 33
Octal 276 47 334 16 122 0 16 442 110 63
Binary 10111110 100111 11011100 1110 1010010 0 1110 100100010 1001000 110011

Color Harmonies of #BE27DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE27DC

Black with #BE27DC

Text Example


Text Example

White with #BE27DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE27DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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