Html Css Color HEX #BE6BEE Medium Orchid

📋 copy color: '#BE6BEE'

red 190 ◦ green 107 ◦ blue 238

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

Shades of Medium Orchid #BE6BEE

Tints of Medium Orchid #BE6BEE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20%

 BLUE value IS 238 (93.36% from 255) = 44.49%

R = 35.51%
G = 20%
B = 44.49%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE6BEE (or 0xBE6BEE) is known color: Medium Orchid. HEX triplet: BE, 6B and EE. RGB value is (190,107,238). Sum of RGB (Red+Green+Blue) = 190+107+238=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 107 (42.19% from 255 or 20% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE6BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6BEE is #419411. Grayscale: #929292. Windows color (decimal): -4297746 or 15625150. OLE color: 15625150.

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

Color convert

RGB 190 107 238 -
CMYK 0.20 0.55 0 0.07
HSL 278.02º 0.79% 0.68% -
HSV(B) 278.02º 0.55% 0.93% -
XYZ 41.93 27.64 84.01 -
YUV 146.75 179.5 158.85 -
System Red Green Blue C M Y K H S L
Decimal 190 107 238 0.20 0.55 0 0.07 278.02 0.79 0.68
Hex BE 6B EE 14 37 0 7 116 4F 44
Octal 276 153 356 24 67 0 7 426 117 104
Binary 10111110 1101011 11101110 10100 110111 0 111 100010110 1001111 1000100

Color Harmonies of #BE6BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6BEE

Black with #BE6BEE

Text Example


Text Example

White with #BE6BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6BEE; }

 p { color: rgb(190,107,238); }

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

background-color css

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

 a { background-color: rgb(190,107,238); }

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

border-color css

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

 span { border-color: rgb(190,107,238); }

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