Html Css Color HEX #BE6BED Medium Orchid

📋 copy color: '#BE6BED'

red 190 ◦ green 107 ◦ blue 237

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

Shades of Medium Orchid #BE6BED

Tints of Medium Orchid #BE6BED

RGB

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

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

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

R = 35.58%
G = 20.04%
B = 44.38%

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

#BE6BED (or 0xBE6BED) is known color: Medium Orchid. HEX triplet: BE, 6B and ED. RGB value is (190,107,237). Sum of RGB (Red+Green+Blue) = 190+107+237=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 107 (42.19% from 255 or 20.04% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE6BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6BED is #419412. Grayscale: #929292. Windows color (decimal): -4297747 or 15559614. OLE color: 15559614.

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

Color convert

RGB 190 107 237 -
CMYK 0.20 0.55 0 0.07
HSL 278.31º 0.78% 0.67% -
HSV(B) 278.31º 0.55% 0.93% -
XYZ 41.78 27.58 83.24 -
YUV 146.64 179 158.93 -
System Red Green Blue C M Y K H S L
Decimal 190 107 237 0.20 0.55 0 0.07 278.31 0.78 0.67
Hex BE 6B ED 14 37 0 7 116 4E 43
Octal 276 153 355 24 67 0 7 426 116 103
Binary 10111110 1101011 11101101 10100 110111 0 111 100010110 1001110 1000011

Color Harmonies of #BE6BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6BED

Black with #BE6BED

Text Example


Text Example

White with #BE6BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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