Html Css Color HEX #BE3BED Medium Orchid

📋 copy color: '#BE3BED'

red 190 ◦ green 59 ◦ blue 237

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

Shades of Medium Orchid #BE3BED

Tints of Medium Orchid #BE3BED

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.14%

 BLUE value IS 237 (92.97% from 255) = 48.77%

R = 39.09%
G = 12.14%
B = 48.77%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE3BED (or 0xBE3BED) is known color: Medium Orchid. HEX triplet: BE, 3B and ED. RGB value is (190,59,237). Sum of RGB (Red+Green+Blue) = 190+59+237=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 59 (23.44% from 255 or 12.14% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE3BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE3BED is #41C412. Grayscale: #757575. Windows color (decimal): -4310035 or 15547326. OLE color: 15547326.

HSL color Cylindrical-coordinate representation of color #BE3BED: hue angle of 284.16º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE3BED is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 59 237 -
CMYK 0.20 0.75 0 0.07
HSL 284.16º 0.83% 0.58% -
HSV(B) 284.16º 0.75% 0.93% -
XYZ 38.09 20.19 82.01 -
YUV 118.46 194.9 179.03 -
System Red Green Blue C M Y K H S L
Decimal 190 59 237 0.20 0.75 0 0.07 284.16 0.83 0.58
Hex BE 3B ED 14 4B 0 7 11C 53 3A
Octal 276 73 355 24 113 0 7 434 123 72
Binary 10111110 111011 11101101 10100 1001011 0 111 100011100 1010011 111010

Color Harmonies of #BE3BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3BED

Black with #BE3BED

Text Example


Text Example

White with #BE3BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3BED; }

 p { color: rgb(190,59,237); }

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

background-color css

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

 a { background-color: rgb(190,59,237); }

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

border-color css

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

 span { border-color: rgb(190,59,237); }

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