Html Css Color HEX #BE2BCD Dark Orchid

📋 copy color: '#BE2BCD'

red 190 ◦ green 43 ◦ blue 205

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

Shades of Dark Orchid #BE2BCD

Tints of Dark Orchid #BE2BCD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.82%

 BLUE value IS 205 (80.47% from 255) = 46.8%

R = 43.38%
G = 9.82%
B = 46.8%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE2BCD (or 0xBE2BCD) is known color: Dark Orchid. HEX triplet: BE, 2B and CD. RGB value is (190,43,205). Sum of RGB (Red+Green+Blue) = 190+43+205=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 43 (17.19% from 255 or 9.82% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE2BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2BCD is #41D432. Grayscale: #686868. Windows color (decimal): -4314163 or 13446078. OLE color: 13446078.

HSL color Cylindrical-coordinate representation of color #BE2BCD: hue angle of 294.44º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE2BCD is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 43 205 -
CMYK 0.07 0.79 0 0.20
HSL 294.44º 0.65% 0.49% -
HSV(B) 294.44º 0.79% 0.8% -
XYZ 33.12 17.08 59.31 -
YUV 105.42 184.2 188.33 -
System Red Green Blue C M Y K H S L
Decimal 190 43 205 0.07 0.79 0 0.20 294.44 0.65 0.49
Hex BE 2B CD 7 4F 0 14 126 41 31
Octal 276 53 315 7 117 0 24 446 101 61
Binary 10111110 101011 11001101 111 1001111 0 10100 100100110 1000001 110001

Color Harmonies of #BE2BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2BCD

Black with #BE2BCD

Text Example


Text Example

White with #BE2BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2BCD; }

 p { color: rgb(190,43,205); }

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

background-color css

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

 a { background-color: rgb(190,43,205); }

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

border-color css

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

 span { border-color: rgb(190,43,205); }

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