Html Css Color HEX #BE6BEC Medium Orchid

📋 copy color: '#BE6BEC'

red 190 ◦ green 107 ◦ blue 236

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

Shades of Medium Orchid #BE6BEC

Tints of Medium Orchid #BE6BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.28%

R = 35.65%
G = 20.08%
B = 44.28%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE6BEC (or 0xBE6BEC) is known color: Medium Orchid. HEX triplet: BE, 6B and EC. RGB value is (190,107,236). Sum of RGB (Red+Green+Blue) = 190+107+236=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 107 (42.19% from 255 or 20.08% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE6BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6BEC is #419413. Grayscale: #929292. Windows color (decimal): -4297748 or 15494078. OLE color: 15494078.

HSL color Cylindrical-coordinate representation of color #BE6BEC: hue angle of 278.6º degrees, saturation: 0.77, 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 #BE6BEC is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 107 236 -
CMYK 0.19 0.55 0 0.07
HSL 278.6º 0.77% 0.67% -
HSV(B) 278.6º 0.55% 0.93% -
XYZ 41.63 27.52 82.47 -
YUV 146.52 178.5 159.01 -
System Red Green Blue C M Y K H S L
Decimal 190 107 236 0.19 0.55 0 0.07 278.6 0.77 0.67
Hex BE 6B EC 13 37 0 7 117 4D 43
Octal 276 153 354 23 67 0 7 427 115 103
Binary 10111110 1101011 11101100 10011 110111 0 111 100010111 1001101 1000011

Color Harmonies of #BE6BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6BEC

Black with #BE6BEC

Text Example


Text Example

White with #BE6BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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