Html Css Color HEX #BE2ACB Dark Orchid

📋 copy color: '#BE2ACB'

red 190 ◦ green 42 ◦ blue 203

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

Shades of Dark Orchid #BE2ACB

Tints of Dark Orchid #BE2ACB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.66%

 BLUE value IS 203 (79.69% from 255) = 46.67%

R = 43.68%
G = 9.66%
B = 46.67%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE2ACB (or 0xBE2ACB) is known color: Dark Orchid. HEX triplet: BE, 2A and CB. RGB value is (190,42,203). Sum of RGB (Red+Green+Blue) = 190+42+203=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 42 (16.80% from 255 or 9.66% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE2ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2ACB is #41D534. Grayscale: #686868. Windows color (decimal): -4314421 or 13314750. OLE color: 13314750.

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

Color convert

RGB 190 42 203 -
CMYK 0.06 0.79 0 0.20
HSL 295.16º 0.66% 0.48% -
HSV(B) 295.16º 0.79% 0.8% -
XYZ 32.84 16.91 58.03 -
YUV 104.61 183.53 188.91 -
System Red Green Blue C M Y K H S L
Decimal 190 42 203 0.06 0.79 0 0.20 295.16 0.66 0.48
Hex BE 2A CB 6 4F 0 14 127 42 30
Octal 276 52 313 6 117 0 24 447 102 60
Binary 10111110 101010 11001011 110 1001111 0 10100 100100111 1000010 110000

Color Harmonies of #BE2ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2ACB

Black with #BE2ACB

Text Example


Text Example

White with #BE2ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2ACB; }

 p { color: rgb(190,42,203); }

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

background-color css

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

 a { background-color: rgb(190,42,203); }

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

border-color css

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

 span { border-color: rgb(190,42,203); }

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