Html Css Color HEX #BE25DF Dark Orchid

📋 copy color: '#BE25DF'

red 190 ◦ green 37 ◦ blue 223

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

Shades of Dark Orchid #BE25DF

Tints of Dark Orchid #BE25DF

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.22%

 BLUE value IS 223 (87.5% from 255) = 49.56%

R = 42.22%
G = 8.22%
B = 49.56%

CMYK

 C value IS 0.15

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE25DF (or 0xBE25DF) is known color: Dark Orchid. HEX triplet: BE, 25 and DF. RGB value is (190,37,223). Sum of RGB (Red+Green+Blue) = 190+37+223=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 37 (14.84% from 255 or 8.22% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE25DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE25DF is #41DA20. Grayscale: #676767. Windows color (decimal): -4315681 or 14624190. OLE color: 14624190.

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

Color convert

RGB 190 37 223 -
CMYK 0.15 0.83 0 0.13
HSL 289.35º 0.74% 0.51% -
HSV(B) 289.35º 0.83% 0.87% -
XYZ 35.22 17.6 71.35 -
YUV 103.95 195.19 189.38 -
System Red Green Blue C M Y K H S L
Decimal 190 37 223 0.15 0.83 0 0.13 289.35 0.74 0.51
Hex BE 25 DF F 53 0 D 121 4A 33
Octal 276 45 337 17 123 0 15 441 112 63
Binary 10111110 100101 11011111 1111 1010011 0 1101 100100001 1001010 110011

Color Harmonies of #BE25DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE25DF

Black with #BE25DF

Text Example


Text Example

White with #BE25DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE25DF; }

 p { color: rgb(190,37,223); }

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

background-color css

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

 a { background-color: rgb(190,37,223); }

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

border-color css

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

 span { border-color: rgb(190,37,223); }

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