Html Css Color HEX #BE2FDA Medium Orchid

📋 copy color: '#BE2FDA'

red 190 ◦ green 47 ◦ blue 218

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

Shades of Medium Orchid #BE2FDA

Tints of Medium Orchid #BE2FDA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.33%

 BLUE value IS 218 (85.55% from 255) = 47.91%

R = 41.76%
G = 10.33%
B = 47.91%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE2FDA (or 0xBE2FDA) is known color: Medium Orchid. HEX triplet: BE, 2F and DA. RGB value is (190,47,218). Sum of RGB (Red+Green+Blue) = 190+47+218=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 47 (18.75% from 255 or 10.33% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE2FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2FDA is #41D025. Grayscale: #6C6C6C. Windows color (decimal): -4313126 or 14299070. OLE color: 14299070.

HSL color Cylindrical-coordinate representation of color #BE2FDA: hue angle of 290.18º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE2FDA is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 47 218 -
CMYK 0.13 0.78 0 0.15
HSL 290.18º 0.7% 0.52% -
HSV(B) 290.18º 0.78% 0.85% -
XYZ 34.91 18.04 67.97 -
YUV 109.25 189.38 185.6 -
System Red Green Blue C M Y K H S L
Decimal 190 47 218 0.13 0.78 0 0.15 290.18 0.7 0.52
Hex BE 2F DA D 4E 0 F 122 46 34
Octal 276 57 332 15 116 0 17 442 106 64
Binary 10111110 101111 11011010 1101 1001110 0 1111 100100010 1000110 110100

Color Harmonies of #BE2FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2FDA

Black with #BE2FDA

Text Example


Text Example

White with #BE2FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2FDA; }

 p { color: rgb(190,47,218); }

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

background-color css

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

 a { background-color: rgb(190,47,218); }

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

border-color css

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

 span { border-color: rgb(190,47,218); }

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