Html Css Color HEX #BE27DD Dark Orchid

📋 copy color: '#BE27DD'

red 190 ◦ green 39 ◦ blue 221

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

Shades of Dark Orchid #BE27DD

Tints of Dark Orchid #BE27DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.11%

R = 42.22%
G = 8.67%
B = 49.11%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE27DD (or 0xBE27DD) is known color: Dark Orchid. HEX triplet: BE, 27 and DD. RGB value is (190,39,221). Sum of RGB (Red+Green+Blue) = 190+39+221=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 39 (15.62% from 255 or 8.67% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE27DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE27DD is #41D822. Grayscale: #686868. Windows color (decimal): -4315171 or 14493630. OLE color: 14493630.

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

Color convert

RGB 190 39 221 -
CMYK 0.14 0.82 0 0.13
HSL 289.78º 0.73% 0.51% -
HSV(B) 289.78º 0.82% 0.87% -
XYZ 35.01 17.62 69.96 -
YUV 104.9 193.53 188.7 -
System Red Green Blue C M Y K H S L
Decimal 190 39 221 0.14 0.82 0 0.13 289.78 0.73 0.51
Hex BE 27 DD E 52 0 D 122 49 33
Octal 276 47 335 16 122 0 15 442 111 63
Binary 10111110 100111 11011101 1110 1010010 0 1101 100100010 1001001 110011

Color Harmonies of #BE27DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE27DD

Black with #BE27DD

Text Example


Text Example

White with #BE27DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE27DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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